fix(Traefik): targetPort shouldn't have been added to traefik vaules.yaml

This commit is contained in:
kjeld Schouten-Lebbing
2021-11-07 19:03:55 +01:00
parent 9c7445f635
commit 877d08e014
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ sources:
- https://github.com/traefik/traefik-helm-chart - https://github.com/traefik/traefik-helm-chart
- https://traefik.io/ - https://traefik.io/
type: application type: application
version: 10.0.6 version: 10.0.7
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- network - network
-2
View File
@@ -151,13 +151,11 @@ service:
web: web:
enabled: true enabled: true
port: 9080 port: 9080
targetPort: 9080
protocol: HTTP protocol: HTTP
redirectTo: websecure redirectTo: websecure
websecure: websecure:
enabled: true enabled: true
port: 9443 port: 9443
targetPort: 9443
protocol: HTTPS protocol: HTTPS
# tcpexample: # tcpexample:
# enabled: true # enabled: true