Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vivian-rook committed Dec 3, 2024
1 parent 7e0803d commit 46e833f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions paws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,13 +302,12 @@ jupyterhub:
privateIPs: true # Allow connections to private IPs, needed for access to replicas
nonPrivateIPs: false # Block connections to non-private IPs, except the ones allowed below
egress:
- to:
to:
# Allow connections to non-private IPs only for TCP ports 80 and 443
- ports:
- protocol: TCP
port: 80
- protocol: TCP
port: 443
ports:
protocol: TCP
port: 80
port: 443
# mysql configures the wiki replica backend variables
mysql:
domain: "svc.cluster.local"
Expand Down

0 comments on commit 46e833f

Please sign in to comment.