From a62b8a6899c6062618868d441b93cbe47ea1ba5c Mon Sep 17 00:00:00 2001 From: Vivian Rook Date: Tue, 3 Dec 2024 08:33:31 -0500 Subject: [PATCH] removing 'to' --- paws/values.yaml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) 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"