From dcb4a92afdb6c451eba0de2637d5e9201f93600d Mon Sep 17 00:00:00 2001 From: "s0wlz (Matthias Puchstein)" Date: Wed, 29 Apr 2026 22:19:51 +0200 Subject: [PATCH] =?UTF-8?q?fix(deploy):=20use=20generic=20'http'=20section?= =?UTF-8?q?Name=20for=20HTTP=E2=86=92HTTPS=20redirect=20route?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/values.yaml b/deploy/values.yaml index 2a46a84..d79ec92 100644 --- a/deploy/values.yaml +++ b/deploy/values.yaml @@ -39,7 +39,7 @@ httpRoute: hostnames: - tutor.puchstein.dev sectionName: https-tutor-puchstein-dev - httpRedirectSectionName: http-tutor-puchstein-dev + httpRedirectSectionName: http # JWT_SECRET provisioned as a pre-existing K8s Secret named here. # Do not set jwtSecretValue in committed values — provision via kubectl manually.