Add web port to talos cluster traefik
All checks were successful
/ render-helm (push) Successful in 26s

This commit is contained in:
Finn 2025-03-21 01:50:42 -07:00
parent 44988d4cd2
commit cd445fd231
2 changed files with 3 additions and 0 deletions

View file

@ -9,6 +9,8 @@ helmCharts:
deployment:
replicas: 1
ports:
web:
hostPort: 80
websecure:
hostPort: 443
proxyProtocol:

View file

@ -217,6 +217,7 @@ spec:
name: traefik
protocol: TCP
- containerPort: 8000
hostPort: 80
name: web
protocol: TCP
- containerPort: 8443