Skip to content

Commit

Permalink
removing 'to'
Browse files Browse the repository at this point in the history
  • Loading branch information
vivian-rook committed Dec 3, 2024
1 parent 44c8ab3 commit a62b8a6
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions paws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a62b8a6

Please sign in to comment.