From e3c493dcee83064f6ba0f6c8cf52056333e5289a Mon Sep 17 00:00:00 2001 From: LordMathis Date: Tue, 21 Jan 2025 18:06:37 +0100 Subject: [PATCH] Update web redirect to helm v 34 --- infrastructure/controllers/traefik/values.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/infrastructure/controllers/traefik/values.yaml b/infrastructure/controllers/traefik/values.yaml index 8ff9148..e0006e6 100644 --- a/infrastructure/controllers/traefik/values.yaml +++ b/infrastructure/controllers/traefik/values.yaml @@ -20,8 +20,11 @@ ports: tls: enabled: true web: - redirectTo: - port: websecure + redirections: + entryPoint: + to: websecure + scheme: https + permanent: true service: spec: externalTrafficPolicy: Local