From 3e502c9f8598276efebe595a64f7f6a2da53ee5a Mon Sep 17 00:00:00 2001 From: Masaki Yatsu Date: Wed, 10 Sep 2025 16:40:06 +0900 Subject: [PATCH] feat(jupyterhub): set network policy to use Airflow --- jupyterhub/jupyterhub-values.gomplate.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/jupyterhub/jupyterhub-values.gomplate.yaml b/jupyterhub/jupyterhub-values.gomplate.yaml index 5762c31..91d02f6 100644 --- a/jupyterhub/jupyterhub-values.gomplate.yaml +++ b/jupyterhub/jupyterhub-values.gomplate.yaml @@ -161,13 +161,6 @@ singleuser: ports: - port: 5432 protocol: TCP - - to: - - namespaceSelector: - matchLabels: - kubernetes.io/metadata.name: chroma - ports: - - port: 8000 - protocol: TCP - to: - namespaceSelector: matchLabels: @@ -202,6 +195,13 @@ singleuser: protocol: TCP - port: 9000 protocol: TCP + - to: + - namespaceSelector: + matchLabels: + kubernetes.io/metadata.name: airflow + ports: + - port: 8080 + protocol: TCP # Allow DNS resolution - to: - ipBlock: