fix(jupyterhub): set network policy to connect Lakekeeper
This commit is contained in:
@@ -252,6 +252,13 @@ singleuser:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
- port: 9001
|
- port: 9001
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
- to:
|
||||||
|
- namespaceSelector:
|
||||||
|
matchLabels:
|
||||||
|
kubernetes.io/metadata.name: lakekeeper
|
||||||
|
ports:
|
||||||
|
- port: 8181
|
||||||
|
protocol: TCP
|
||||||
# Allow DNS resolution
|
# Allow DNS resolution
|
||||||
- to:
|
- to:
|
||||||
- ipBlock:
|
- ipBlock:
|
||||||
|
|||||||
Reference in New Issue
Block a user