mirror of https://github.com/k3s-io/k3s
Expose 53/TCP in DNS pod (not service yet)
parent
dfe81b7974
commit
58a18447fa
|
@ -48,6 +48,9 @@ spec:
|
|||
- containerPort: 53
|
||||
name: dns
|
||||
protocol: UDP
|
||||
- containerPort: 53
|
||||
name: dns-tcp
|
||||
protocol: TCP
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
|
|
Loading…
Reference in New Issue