From f2af1710ffca3ab062660e951bd79995794a17a7 Mon Sep 17 00:00:00 2001 From: mpabi Date: Sun, 12 Apr 2026 20:18:13 +0200 Subject: [PATCH] fix(sol): correct traefik public edge redirect config --- environments/sol/public-edge/traefik-helmchart.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/environments/sol/public-edge/traefik-helmchart.yaml b/environments/sol/public-edge/traefik-helmchart.yaml index 1645f9e..116fe48 100644 --- a/environments/sol/public-edge/traefik-helmchart.yaml +++ b/environments/sol/public-edge/traefik-helmchart.yaml @@ -34,11 +34,12 @@ spec: web: hostPort: 80 allowACMEByPass: true - redirections: - entryPoint: - to: websecure - scheme: https - permanent: true + http: + redirections: + entryPoint: + to: websecure + scheme: https + permanent: true websecure: hostPort: 443 service: