From 9facc77c7b3f969661c5a00e0190ba4eaa3b2555 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Mon, 4 Mar 2024 18:51:45 +0100 Subject: [PATCH] fix(traefik): correct externaltrafficpolicy default --- charts/enterprise/traefik/Chart.yaml | 2 +- charts/enterprise/traefik/values.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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