fix(Traefik): targetPort shouldn't have been added to traefik vaules.yaml
This commit is contained in:
@@ -22,7 +22,7 @@ sources:
|
||||
- https://github.com/traefik/traefik-helm-chart
|
||||
- https://traefik.io/
|
||||
type: application
|
||||
version: 10.0.6
|
||||
version: 10.0.7
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
||||
|
||||
@@ -151,13 +151,11 @@ service:
|
||||
web:
|
||||
enabled: true
|
||||
port: 9080
|
||||
targetPort: 9080
|
||||
protocol: HTTP
|
||||
redirectTo: websecure
|
||||
websecure:
|
||||
enabled: true
|
||||
port: 9443
|
||||
targetPort: 9443
|
||||
protocol: HTTPS
|
||||
# tcpexample:
|
||||
# enabled: true
|
||||
|
||||
Reference in New Issue
Block a user