From 540c408bf72c0953b2ddc4715ef79aad3d3e1808 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 20 Oct 2020 11:15:35 +0200 Subject: [PATCH] netpol: default to ignore all interNamespaceAccessLabels --- jupyterhub/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jupyterhub/values.yaml b/jupyterhub/values.yaml index 376db96068..0eceda49a4 100644 --- a/jupyterhub/values.yaml +++ b/jupyterhub/values.yaml @@ -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. @@ -233,7 +233,7 @@ proxy: - to: - ipBlock: cidr: 0.0.0.0/0 - interNamespaceAccessLabels: accept + interNamespaceAccessLabels: ignore allowedIngressPorts: [http, https] secretSync: containerSecurityContext: