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