Skip to content

Commit d088dd6

Browse files
authored
Merge pull request jupyterhub#2755 from manics/block-singleuser-egress
Block singleuser outbound by default
2 parents 5e4f9a6 + 89a6267 commit d088dd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mybinder/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,8 @@ binderhub:
340340
networkPolicy:
341341
enabled: true
342342
egress: []
343+
egressAllowRules:
344+
nonPrivateIPs: false
343345
memory:
344346
guarantee: 450M
345347
limit: 2G

0 commit comments

Comments
 (0)