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://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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user