mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Expose 53/TCP on DNS service
This commit is contained in:
parent
9eb1fb85bd
commit
ec8ba4a62f
@ -14,3 +14,6 @@ spec:
|
|||||||
- name: dns
|
- name: dns
|
||||||
port: 53
|
port: 53
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
|
- name: dns-tcp
|
||||||
|
port: 53
|
||||||
|
protocol: TCP
|
||||||
|
Loading…
Reference in New Issue
Block a user