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