feat(jupyterhub): set network policy to use Airflow

This commit is contained in:
Masaki Yatsu
2025-09-10 16:40:06 +09:00
parent e265063857
commit 3e502c9f85

View File

@@ -161,13 +161,6 @@ singleuser:
ports: ports:
- port: 5432 - port: 5432
protocol: TCP protocol: TCP
- to:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: chroma
ports:
- port: 8000
protocol: TCP
- to: - to:
- namespaceSelector: - namespaceSelector:
matchLabels: matchLabels:
@@ -202,6 +195,13 @@ singleuser:
protocol: TCP protocol: TCP
- port: 9000 - port: 9000
protocol: TCP protocol: TCP
- to:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: airflow
ports:
- port: 8080
protocol: TCP
# Allow DNS resolution # Allow DNS resolution
- to: - to:
- ipBlock: - ipBlock: