Skip to content

Commit

Permalink
Allow outbound 5432 in hub netpol
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Jul 6, 2022
1 parent 3a287bb commit 4b35bc2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,13 @@ hub:
test-generation-of-apiToken: {}
networkPolicy:
egress: # overrides allowance of 0.0.0.0/0
# In kind/k3s clusters the Kubernetes API server is exposing this port
- ports:
# In kind/k3s clusters the Kubernetes API server is exposing this port
- protocol: TCP
port: 6443
# For testing postgres
- protocol: TCP
port: 5432
resources:
requests:
memory: 0
Expand Down

0 comments on commit 4b35bc2

Please sign in to comment.