diff --git a/paws/values.yaml b/paws/values.yaml index b850c5e6..0a7644d4 100644 --- a/paws/values.yaml +++ b/paws/values.yaml @@ -304,16 +304,15 @@ jupyterhub: egress: # Allow connections to non-private IPs only for TCP ports 80 and 443 # and for UDP ports 53 (DNS) and 123 (NTP) - - to: - - ports: - - protocol: TCP - port: 80 - - protocol: TCP - port: 443 - - protocol: UDP - port: 53 - - protocol: UDP - port: 123 + - ports: + - protocol: TCP + port: 80 + - protocol: TCP + port: 443 + - protocol: UDP + port: 53 + - protocol: UDP + port: 123 # mysql configures the wiki replica backend variables mysql: domain: "svc.cluster.local"