Skip to content

Commit

Permalink
Drop to
Browse files Browse the repository at this point in the history
  • Loading branch information
vivian-rook committed Dec 3, 2024
1 parent 521cd97 commit 24b5533
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions paws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,23 +299,20 @@ jupyterhub:
REFINE_DOMAIN: "*" # Check jupyterhub.ingress.hosts
networkPolicy:
egressAllowRules:
privateIPs: true # Allow all connections to private IPs, needed for access to replicas
nonPrivateIPs: false # Block all connections to non-private IPs, except the ones allowed below
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:
# Allow connections to non-private IPs only for TCP ports 80 and 443
# and for UDP ports 53 (DNS) and 123 (NTP)
- to:
- ipBlock:
cidr: 0.0.0.0/0
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 24b5533

Please sign in to comment.