diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-09-10 08:36:11 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-09-10 08:36:23 +0530 |
commit | e9e51be6d7a149fbd122db51d6a2bf2673f12827 (patch) | |
tree | 844f6287f46d49b122bc474fc24bf6a69c28d2ad /os/pc/modules/work/traefik-daemonset.yaml | |
parent | ca2abeed1f96d1b58a9b40c7402ebf8b94e6891d (diff) |
Diffstat (limited to 'os/pc/modules/work/traefik-daemonset.yaml')
-rw-r--r-- | os/pc/modules/work/traefik-daemonset.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
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 |