fix(deploy): use generic 'http' sectionName for HTTP→HTTPS redirect route

This commit is contained in:
2026-04-29 22:19:51 +02:00
parent 6b296460dd
commit dcb4a92afd

View File

@@ -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.