diff --git a/getting-started/templates/systemlink-values.yaml b/getting-started/templates/systemlink-values.yaml index 75af690d..b4af0f53 100644 --- a/getting-started/templates/systemlink-values.yaml +++ b/getting-started/templates/systemlink-values.yaml @@ -619,6 +619,11 @@ fileingestion: sl-jupyterhub: jupyterhub: imagePullSecrets: *pullSecrets + singleuser: + networkPolicy: + egressAllowRules: + # - Set to true to enable JupyterHub user pods to establish outbound connections to private IP addresses. + privateIPs: false ## Ingress configuration. ## diff --git a/release-notes/2022-12/README.md b/release-notes/2022-12/README.md index 70c59537..219231a4 100644 --- a/release-notes/2022-12/README.md +++ b/release-notes/2022-12/README.md @@ -47,6 +47,8 @@ The 2022-12 release bundle for SystemLink Enterprise has been published to