diff options
| author | sinanmohd <sinan@sinanmohd.com> | 2025-12-27 20:33:52 +0530 |
|---|---|---|
| committer | sinanmohd <sinan@sinanmohd.com> | 2025-12-27 20:33:52 +0530 |
| commit | db55b34788b5113c5afd2e54fdc209c9b49720c1 (patch) | |
| tree | 693c297fae1e529d73457cd2e0b800a5959151ce /os/kay/modules/internal/k3s/traefik-daemonset.yaml | |
| parent | 0ea4108c0691ffb160bef606497fb6b0828da1c7 (diff) | |
feat(os/kay/k3s): init
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 |
