mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-25 09:37:46 -02:30
support CoreDNS use host network and config dns port (#10617)
This commit is contained in:
@@ -20,9 +20,11 @@ spec:
|
||||
- name: dns
|
||||
port: 53
|
||||
protocol: UDP
|
||||
targetPort: "dns"
|
||||
- name: dns-tcp
|
||||
port: 53
|
||||
protocol: TCP
|
||||
targetPort: "dns-tcp"
|
||||
- name: metrics
|
||||
port: 9153
|
||||
protocol: TCP
|
||||
|
||||
Reference in New Issue
Block a user