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

fix(cert-manager): Add missing kube-dns to http-challenge egress

parent e435f0f6
Branches
Tags
No related merge requests found
......@@ -17,6 +17,18 @@ spec:
ports:
- protocol: TCP
port: 80
- to:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: kube-system
podSelector:
matchLabels:
k8s-app: kube-dns
ports:
- port: 53
protocol: UDP
- port: 53
protocol: TCP
policyTypes:
- Egress
podSelector:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment