Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 5 additions & 18 deletions apps/productivity/jupyterhub/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ spec:
proxy:
service:
type: ClusterIP
networkPolicy:
enabled: false
ingress:
enabled: true
ingressClassName: "{{ .cluster.defaultIngressClass }}"
Expand All @@ -42,24 +44,7 @@ spec:
create: true
annotations: {}
networkPolicy:
enabled: true
egressAllowRules:
cloudMetadataServer: true
dnsPortsCloudMetadataServer: true
dnsPortsKubeSystemNamespace: true
dnsPortsPrivateIPs: true
nonPrivateIPs: true
privateIPs: true
egress:
- to:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: default
ports:
- protocol: TCP
port: 6443
- protocol: TCP
port: 443
enabled: false
extraEnv:
JUPYTERHUB_KUBERNETES_REQUEST_TIMEOUT: "120"
config:
Expand Down Expand Up @@ -94,6 +79,8 @@ spec:
tag: "python-3.11"
cloudMetadata:
blockWithIptables: false
networkPolicy:
enabled: false
storage:
type: dynamic
dynamic:
Expand Down