mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 20:29:18 +03:00
dnsmasq listens on localhost
This commit is contained in:
@@ -29,9 +29,11 @@ spec:
|
||||
- name: dns
|
||||
containerPort: 53
|
||||
hostPort: 53
|
||||
hostIP: 127.0.0.1
|
||||
protocol: UDP
|
||||
- name: dns-tcp
|
||||
containerPort: 53
|
||||
hostIP: 127.0.0.1
|
||||
hostPort: 53
|
||||
protocol: TCP
|
||||
volumeMounts:
|
||||
|
||||
Reference in New Issue
Block a user