27 lines
480 B
YAML
27 lines
480 B
YAML
deployment:
|
|
enabled: true
|
|
kind: DaemonSet
|
|
service:
|
|
type: LoadBalancer
|
|
externalIPs:
|
|
- 192.168.123.240
|
|
ports:
|
|
web:
|
|
nodePort: 30080
|
|
websecure:
|
|
nodePort: 30443
|
|
dns:
|
|
port: 30053
|
|
exposedPort: 53
|
|
expose:
|
|
default: true
|
|
protocol: UDP
|
|
dns-tcp:
|
|
port: 30053
|
|
exposedPort: 53
|
|
expose:
|
|
default: true
|
|
protocol: TCP
|
|
additionalArguments:
|
|
- "--entryPoints.dns.address=:30053/udp"
|
|
- "--entryPoints.dns-tcp.address=:30053/tcp" |