83 lines
1.6 KiB
YAML
83 lines
1.6 KiB
YAML
deployment:
|
|
enabled: true
|
|
kind: DaemonSet
|
|
service:
|
|
type: LoadBalancer
|
|
externalIPs:
|
|
- 192.168.123.240
|
|
additionalServices:
|
|
private:
|
|
type: LoadBalancer
|
|
single: true
|
|
externalIPs:
|
|
- 192.168.123.241
|
|
labels:
|
|
traefik-service-label: private
|
|
ports:
|
|
web:
|
|
expose:
|
|
default: true
|
|
private: false
|
|
websecure:
|
|
expose:
|
|
default: true
|
|
private: false
|
|
web-priv:
|
|
port: 31080
|
|
exposedPort: 80
|
|
expose:
|
|
default: false
|
|
private: true
|
|
websecure-priv:
|
|
port: 31443
|
|
exposedPort: 443
|
|
protocol: TCP
|
|
allowACMEByPass: false
|
|
http3:
|
|
enabled: false
|
|
forwardedHeaders:
|
|
insecure: false
|
|
proxyProtocol:
|
|
insecure: false
|
|
tls:
|
|
enabled: true
|
|
options: ""
|
|
certResolver: ""
|
|
domains: []
|
|
expose:
|
|
default: false
|
|
private: true
|
|
dns-udp-private:
|
|
port: 30053
|
|
exposedPort: 53
|
|
expose:
|
|
default: false
|
|
private: true
|
|
protocol: UDP
|
|
dns-tcp-private:
|
|
port: 30053
|
|
exposedPort: 53
|
|
expose:
|
|
default: false
|
|
private: true
|
|
protocol: TCP
|
|
dns-udp-public:
|
|
port: 30153
|
|
exposedPort: 53
|
|
expose:
|
|
default: true
|
|
private: false
|
|
protocol: UDP
|
|
dns-tcp-public:
|
|
port: 30153
|
|
exposedPort: 53
|
|
expose:
|
|
default: true
|
|
private: false
|
|
protocol: TCP
|
|
# additionalArguments:
|
|
# - "--entryPoints.dns-udp-private.address=:30053/udp"
|
|
# - "--entryPoints.dns-tcp-private.address=:30053/tcp"
|
|
# - "--entryPoints.dns-udp-private.address=:30053/udp"
|
|
# - "--entryPoints.dns-tcp-private.address=:30053/tcp"
|