mirror of https://github.com/k3s-io/k3s
Expose 53/TCP on DNS service
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