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:
spec:
egress:
- to:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: kube-system
podSelector:
matchLabels:
component: kube-apiserver
tier: control-plane
- ipBlock:
cidr: 192.168.100.0/25
ports:
- protocol: TCP
port: 6443
......@@ -29,4 +24,4 @@ spec:
matchLabels:
application: spilo
policyTypes:
- Egress
\ No newline at end of file
- Egress
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