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 06aaca1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions paws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,13 +302,13 @@ 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:
# Allow connections to non-private IPs only for TCP ports 80 and 443
- ports:
- protocol: TCP
port: 80
- protocol: TCP
port: 443
to:
# Allow connections to non-private IPs only for TCP ports 80 and 443
ports:
protocol: TCP
port: 80
protocol: TCP
port: 443
# mysql configures the wiki replica backend variables
mysql:
domain: "svc.cluster.local"
Expand Down

0 comments on commit 06aaca1

Please sign in to comment.