Skip to content

Commit

Permalink
Merge pull request #3555 from rxbn/fix/ingress-nginx
Browse files Browse the repository at this point in the history
fix(ingress-nginx): remove tcp stuff
  • Loading branch information
rxbn authored Oct 17, 2024
2 parents 256c905 + 9a21679 commit 6b74f27
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions infra/ingress-nginx/ciliumnetworkpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ spec:
- ${LAN_NETWORK_RANGE_V6}
toPorts:
- ports:
- port: "22"
protocol: ANY
- port: "80"
protocol: ANY
- port: "443"
Expand Down
2 changes: 0 additions & 2 deletions infra/ingress-nginx/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,3 @@ spec:
- IPv6
defaultBackend:
enabled: true
tcp:
"22": "gitlab/gitlab-gitlab-shell:22"

0 comments on commit 6b74f27

Please sign in to comment.