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

feat(dns): Explicitly allow kubedns

parent 41c6ec61
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,18 @@ spec:
matchLabels:
app: resolver
ingress:
- from:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: kube-system
podSelector:
matchLabels:
k8s-app: kube-dns
ports:
- port: 53
protocol: UDP
- port: 53
protocol: TCP
- from:
- ipBlock:
cidr: 0.0.0.0/0
......
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