Add egress
This commit is contained in:
parent
ab23b511a9
commit
a1ba651150
|
@ -231,7 +231,17 @@ hub:
|
|||
key: client-secret
|
||||
networkPolicy:
|
||||
enabled: false
|
||||
|
||||
proxy:
|
||||
chp:
|
||||
networkPolicy:
|
||||
egress:
|
||||
- to:
|
||||
- podSelector:
|
||||
matchLabels:
|
||||
app: jupyterhub
|
||||
component: hub
|
||||
ports:
|
||||
- port: 8082
|
||||
singleuser:
|
||||
image:
|
||||
name: docker.sunet.se/drive/jupyter-custom
|
||||
|
|
Loading…
Reference in a new issue