use daemonset for traefik helmrelease
This commit is contained in:
@@ -22,6 +22,9 @@ spec:
|
|||||||
values:
|
values:
|
||||||
deployment:
|
deployment:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
kind: DaemonSet
|
||||||
|
updateStrategy:
|
||||||
|
type: OnDelete
|
||||||
|
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
dnsPolicy: ClusterFirstWithHostNet
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
@@ -39,9 +42,6 @@ spec:
|
|||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
fsGroup: 0
|
fsGroup: 0
|
||||||
|
|
||||||
nodeSelector:
|
|
||||||
traefik: "true"
|
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
web:
|
web:
|
||||||
port: 80
|
port: 80
|
||||||
|
|||||||
Reference in New Issue
Block a user