From 5b9bbda3deb29b9ec6596a32ef0fb64688bc80a8 Mon Sep 17 00:00:00 2001 From: Daniel Muehlbachler-Pietrzykowski Date: Tue, 14 Jan 2025 11:43:06 +0100 Subject: [PATCH] feat: upgrade traefik chart to v34 --- infrastructure/traefik/templates/release.yaml | 2 +- infrastructure/traefik/values.yaml | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/infrastructure/traefik/templates/release.yaml b/infrastructure/traefik/templates/release.yaml index ba55bffe3..ddf0fc997 100644 --- a/infrastructure/traefik/templates/release.yaml +++ b/infrastructure/traefik/templates/release.yaml @@ -9,7 +9,7 @@ spec: chart: spec: chart: traefik - version: 33.2.1 + version: 34.0.0 reconcileStrategy: ChartVersion sourceRef: kind: HelmRepository diff --git a/infrastructure/traefik/values.yaml b/infrastructure/traefik/values.yaml index 952a32e20..060a13913 100644 --- a/infrastructure/traefik/values.yaml +++ b/infrastructure/traefik/values.yaml @@ -19,8 +19,11 @@ ports: expose: default: true web: - redirectTo: - port: websecure + redirections: + entryPoint: + to: websecure + scheme: https + permanent: true forwardedHeaders: trustedIPs: - 10.0.0.0/8