fix(traefik): correct externaltrafficpolicy default
This commit is contained in:
parent
a48bd486b5
commit
9facc77c7b
|
@ -36,4 +36,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/enterprise/traefik
|
||||
- https://github.com/truecharts/containers/tree/master/apps/traefik
|
||||
type: application
|
||||
version: 26.4.7
|
||||
version: 26.4.8
|
||||
|
|
|
@ -188,12 +188,12 @@ service:
|
|||
tcp:
|
||||
enabled: true
|
||||
type: LoadBalancer
|
||||
externalTrafficPolicy: local
|
||||
ports:
|
||||
web:
|
||||
enabled: true
|
||||
port: 80
|
||||
protocol: http
|
||||
externalTrafficPolicy: local
|
||||
redirectTo: websecure
|
||||
# Options: Empty, 0 (ingore), or positive int
|
||||
# redirectPort:
|
||||
|
@ -215,7 +215,6 @@ service:
|
|||
enabled: true
|
||||
port: 443
|
||||
protocol: https
|
||||
externalTrafficPolicy: local
|
||||
# -- Configure (Forwarded Headers)[https://doc.traefik.io/traefik/routing/entrypoints/#forwarded-headers] Support
|
||||
forwardedHeaders:
|
||||
enabled: false
|
||||
|
|
Loading…
Reference in New Issue