From e9e51be6d7a149fbd122db51d6a2bf2673f12827 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 10 Sep 2025 08:36:11 +0530 Subject: chore(pc/work/k3s): get real client ip --- os/pc/modules/work/traefik-daemonset.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 os/pc/modules/work/traefik-daemonset.yaml (limited to 'os/pc/modules/work/traefik-daemonset.yaml') diff --git a/os/pc/modules/work/traefik-daemonset.yaml b/os/pc/modules/work/traefik-daemonset.yaml new file mode 100644 index 0000000..e90e9ec --- /dev/null +++ b/os/pc/modules/work/traefik-daemonset.yaml @@ -0,0 +1,12 @@ +apiVersion: helm.cattle.io/v1 +kind: HelmChartConfig +metadata: + name: traefik + namespace: kube-system +spec: + valuesContent: |- + deployment: + kind: DaemonSet + service: + spec: + externalTrafficPolicy: Local -- cgit v1.2.3