Add web port to talos cluster traefik
All checks were successful
/ render-helm (push) Successful in 26s
All checks were successful
/ render-helm (push) Successful in 26s
This commit is contained in:
parent
44988d4cd2
commit
cd445fd231
2 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,8 @@ helmCharts:
|
|||
deployment:
|
||||
replicas: 1
|
||||
ports:
|
||||
web:
|
||||
hostPort: 80
|
||||
websecure:
|
||||
hostPort: 443
|
||||
proxyProtocol:
|
||||
|
|
|
@ -217,6 +217,7 @@ spec:
|
|||
name: traefik
|
||||
protocol: TCP
|
||||
- containerPort: 8000
|
||||
hostPort: 80
|
||||
name: web
|
||||
protocol: TCP
|
||||
- containerPort: 8443
|
||||
|
|
Loading…
Add table
Reference in a new issue