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

fix(shared): Add missing access to kube-apiserver

parent 59d762fa
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,17 @@ metadata: ...@@ -4,6 +4,17 @@ metadata:
name: allow-to-database name: allow-to-database
spec: spec:
egress: egress:
- to:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: kube-system
podSelector:
matchLabels:
component: kube-apiserver
tier: control-plane
ports:
- protocol: TCP
port: 6443
- to: - to:
- ipBlock: - ipBlock:
cidr: 192.168.100.60/32 cidr: 192.168.100.60/32
......
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