Skip to content

Commit

Permalink
fix(ingress-nginx): only allow tcp
Browse files Browse the repository at this point in the history
  • Loading branch information
rxbn committed Nov 19, 2024
1 parent c2283d8 commit ac35f47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infra/ingress-nginx/ciliumnetworkpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ spec:
toPorts:
- ports:
- port: "80"
protocol: ANY
protocol: TCP
- port: "443"
protocol: ANY
protocol: TCP
- fromCIDR:
- 103.21.244.0/22
- 103.22.200.0/22
Expand All @@ -46,6 +46,6 @@ spec:
toPorts:
- ports:
- port: "443"
protocol: ANY
protocol: TCP
- fromEntities:
- cluster

0 comments on commit ac35f47

Please sign in to comment.