Skip to content
Snippets Groups Projects
Verified Commit 1dda7b6d authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(shared): temporarily allow apiserver access using hardcoded ranges

parent 7ffe2bfa
No related branches found
No related tags found
No related merge requests found
...@@ -5,13 +5,8 @@ metadata: ...@@ -5,13 +5,8 @@ metadata:
spec: spec:
egress: egress:
- to: - to:
- namespaceSelector: - ipBlock:
matchLabels: cidr: 192.168.100.0/25
kubernetes.io/metadata.name: kube-system
podSelector:
matchLabels:
component: kube-apiserver
tier: control-plane
ports: ports:
- protocol: TCP - protocol: TCP
port: 6443 port: 6443
...@@ -29,4 +24,4 @@ spec: ...@@ -29,4 +24,4 @@ spec:
matchLabels: matchLabels:
application: spilo application: spilo
policyTypes: policyTypes:
- Egress - Egress
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment