diff options
Diffstat (limited to 'os/kay/modules/internal/k3s/traefik-daemonset.yaml')
| -rw-r--r-- | os/kay/modules/internal/k3s/traefik-daemonset.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/os/kay/modules/internal/k3s/traefik-daemonset.yaml b/os/kay/modules/internal/k3s/traefik-daemonset.yaml new file mode 100644 index 0000000..006cf52 --- /dev/null +++ b/os/kay/modules/internal/k3s/traefik-daemonset.yaml @@ -0,0 +1,17 @@ +apiVersion: helm.cattle.io/v1 +kind: HelmChartConfig +metadata: + name: traefik + namespace: kube-system +spec: + valuesContent: |- + deployment: + kind: DaemonSet + service: + spec: + externalTrafficPolicy: Local + ports: + web: + hostPort: 8080 + websecure: + hostPort: 8443 |
