diff --git a/charts/enterprise/traefik/Chart.yaml b/charts/enterprise/traefik/Chart.yaml index 32ae8949719..502d080688d 100644 --- a/charts/enterprise/traefik/Chart.yaml +++ b/charts/enterprise/traefik/Chart.yaml @@ -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 diff --git a/charts/enterprise/traefik/values.yaml b/charts/enterprise/traefik/values.yaml index b939dcb8ab2..e54a1ae22c7 100644 --- a/charts/enterprise/traefik/values.yaml +++ b/charts/enterprise/traefik/values.yaml @@ -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