Skip to content

Commit

Permalink
netpol: default to ignore all interNamespaceAccessLabels
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Oct 20, 2020
1 parent 0f0ea2b commit 540c408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jupyterhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ proxy:
- to:
- ipBlock:
cidr: 0.0.0.0/0
interNamespaceAccessLabels: accept
interNamespaceAccessLabels: ignore
allowedIngressPorts: [http, https]
# traefik relates to the autohttps pod, which is responsible for TLS
# termination when proxy.https.type=letsencrypt.
Expand Down Expand Up @@ -233,7 +233,7 @@ proxy:
- to:
- ipBlock:
cidr: 0.0.0.0/0
interNamespaceAccessLabels: accept
interNamespaceAccessLabels: ignore
allowedIngressPorts: [http, https]
secretSync:
containerSecurityContext:
Expand Down

0 comments on commit 540c408

Please sign in to comment.