fix(jupyterhub): set network policy to connect Lakekeeper

This commit is contained in:
Masaki Yatsu
2025-09-19 18:13:59 +09:00
parent 41cc6d26ff
commit fccf7eb662

View File

@@ -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: