Skip to content

Commit

Permalink
Change DNS from kube-dns to openshift-dns
Browse files Browse the repository at this point in the history
  • Loading branch information
ebensh committed May 3, 2024
1 parent 0e4e570 commit 7bd82ca
Showing 1 changed file with 6 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,12 @@ metadata:
spec:
podSelector: {}
policyTypes:
- Ingress
- Egress
- Ingress
- Egress
ingress: []
egress:
- to:
- namespaceSelector: {}
podSelector:
matchLabels:
k8s-app: kube-dns
ports:
- port: 53
protocol: UDP
- port: 53
protocol: TCP
- to:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: openshift-dns
{{ end }}

0 comments on commit 7bd82ca

Please sign in to comment.