diff options
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 |