From ca3234cb79d8f0ea7b6f70234e8b5d53347949d2 Mon Sep 17 00:00:00 2001 From: William P Date: Fri, 23 Jan 2026 10:09:43 -0500 Subject: [PATCH] traefik: fix syntax for new version --- system-apps/traefik/values.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/system-apps/traefik/values.yaml b/system-apps/traefik/values.yaml index 214259b..95eb07b 100644 --- a/system-apps/traefik/values.yaml +++ b/system-apps/traefik/values.yaml @@ -4,11 +4,12 @@ traefik: - --entryPoints.websecure.transport.respondingTimeouts.readTimeout=0 ports: web: - redirections: - entryPoint: - to: websecure - scheme: https - permanent: true + http: + redirections: + entryPoint: + to: websecure + scheme: https + permanent: true gitssh: port: 2222 exposedPort: 22