Skip to content

Commit 79e7783

Browse files
authored
allow hub pod to connect to itself for jhub-apps verification (#3194)
1 parent 5a334c2 commit 79e7783

File tree

1 file changed

+4
-0
lines changed
  • src/_nebari/stages/kubernetes_services/template/modules/kubernetes/services/jupyterhub

1 file changed

+4
-0
lines changed

src/_nebari/stages/kubernetes_services/template/modules/kubernetes/services/jupyterhub/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ hub:
55
pvc:
66
storage: 1Gi
77
baseUrl: "/"
8+
# Allow hub pod to connect to itself via K8s Service for jhub-apps verification
9+
# See https://z2jh.jupyter.org/en/stable/administrator/security.html#allowing-additional-inbound-network-connections-ingress
10+
labels:
11+
hub.jupyter.org/network-access-hub: "true"
812

913
networkPolicy:
1014
ingress:

0 commit comments

Comments
 (0)