use daemonset for traefik helmrelease

This commit is contained in:
2026-01-01 03:19:21 +05:30
parent 8ff68d6ef5
commit 5877b0f83c

View File

@@ -22,6 +22,9 @@ spec:
values:
deployment:
enabled: true
kind: DaemonSet
updateStrategy:
type: OnDelete
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
@@ -39,9 +42,6 @@ spec:
runAsUser: 0
fsGroup: 0
nodeSelector:
traefik: "true"
ports:
web:
port: 80