Skip to content

Commit

Permalink
Revert "Allow port 8443 in shoots for APIServerSNI feature gate (#117)…
Browse files Browse the repository at this point in the history
…" (#125)

This reverts commit 6062702.
  • Loading branch information
majst01 authored Nov 19, 2020
1 parent 9585517 commit 1142f6a
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,3 @@ spec:
ports:
- protocol: UDP
port: 123
---
apiVersion: metal-stack.io/v1
kind: ClusterwideNetworkPolicy
metadata:
name: allow-to-istio
namespace: firewall
spec:
egress:
- ports:
- port: 8443
protocol: TCP
to:
- cidr: 0.0.0.0/0

0 comments on commit 1142f6a

Please sign in to comment.