summaryrefslogtreecommitdiff
path: root/os/kay/modules/internal/k3s/traefik-daemonset.yaml
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2025-12-28 09:10:25 +0530
committersinanmohd <sinan@sinanmohd.com>2025-12-28 09:10:25 +0530
commit0b410772e1702096a8469487a47d48fd0b6ec8ab (patch)
treec9fd9e51916496a6743fbb37a8a195840141430c /os/kay/modules/internal/k3s/traefik-daemonset.yaml
parente149e8f22cac33b47872a41c1ac103bd88d25b6f (diff)
fix(os/kay/k3s): ingress portsHEADmaster
Diffstat (limited to 'os/kay/modules/internal/k3s/traefik-daemonset.yaml')
-rw-r--r--os/kay/modules/internal/k3s/traefik-daemonset.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/kay/modules/internal/k3s/traefik-daemonset.yaml b/os/kay/modules/internal/k3s/traefik-daemonset.yaml
index 006cf52..0ca9890 100644
--- a/os/kay/modules/internal/k3s/traefik-daemonset.yaml
+++ b/os/kay/modules/internal/k3s/traefik-daemonset.yaml
@@ -12,6 +12,6 @@ spec:
externalTrafficPolicy: Local
ports:
web:
- hostPort: 8080
+ exposedPort: 8080
websecure:
- hostPort: 8443
+ exposedPort: 8443