From cd445fd2314e56991e61d123263ae3256e096341 Mon Sep 17 00:00:00 2001 From: Finn Date: Fri, 21 Mar 2025 01:50:42 -0700 Subject: [PATCH] Add web port to talos cluster traefik --- helm/traefik/kustomization.yaml | 2 ++ talos/k8s/operators/traefik/bundle.yaml | 1 + 2 files changed, 3 insertions(+) diff --git a/helm/traefik/kustomization.yaml b/helm/traefik/kustomization.yaml index 4a31b8a..1900c0d 100644 --- a/helm/traefik/kustomization.yaml +++ b/helm/traefik/kustomization.yaml @@ -9,6 +9,8 @@ helmCharts: deployment: replicas: 1 ports: + web: + hostPort: 80 websecure: hostPort: 443 proxyProtocol: diff --git a/talos/k8s/operators/traefik/bundle.yaml b/talos/k8s/operators/traefik/bundle.yaml index 5c60124..8e09f06 100644 --- a/talos/k8s/operators/traefik/bundle.yaml +++ b/talos/k8s/operators/traefik/bundle.yaml @@ -217,6 +217,7 @@ spec: name: traefik protocol: TCP - containerPort: 8000 + hostPort: 80 name: web protocol: TCP - containerPort: 8443