From 2a82597ed2398b834806b898723fd688a3006868 Mon Sep 17 00:00:00 2001 From: Masaki Yatsu Date: Mon, 15 Sep 2025 19:28:30 +0900 Subject: [PATCH] feat(jupyter): config network policy to connect MinIO --- jupyterhub/jupyterhub-values.gomplate.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/jupyterhub/jupyterhub-values.gomplate.yaml b/jupyterhub/jupyterhub-values.gomplate.yaml index 84a94bf..566daf7 100644 --- a/jupyterhub/jupyterhub-values.gomplate.yaml +++ b/jupyterhub/jupyterhub-values.gomplate.yaml @@ -243,6 +243,15 @@ singleuser: ports: - port: 8080 protocol: TCP + - to: + - namespaceSelector: + matchLabels: + kubernetes.io/metadata.name: minio + ports: + - port: 9000 + protocol: TCP + - port: 9001 + protocol: TCP # Allow DNS resolution - to: - ipBlock: