feat(jupyter): config network policy to connect MinIO

This commit is contained in:
Masaki Yatsu
2025-09-15 19:28:30 +09:00
parent e7f706e266
commit 2a82597ed2

View File

@@ -243,6 +243,15 @@ singleuser:
ports: ports:
- port: 8080 - port: 8080
protocol: TCP protocol: TCP
- to:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: minio
ports:
- port: 9000
protocol: TCP
- port: 9001
protocol: TCP
# Allow DNS resolution # Allow DNS resolution
- to: - to:
- ipBlock: - ipBlock: