From 965aa5805a8eb6ffa3cb71b0a4554e534ab919cb Mon Sep 17 00:00:00 2001 From: William P Date: Sat, 1 Mar 2025 01:24:00 -0500 Subject: [PATCH] https scheme --- system-apps/traefik/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system-apps/traefik/values.yaml b/system-apps/traefik/values.yaml index bc63911..c1e35f6 100644 --- a/system-apps/traefik/values.yaml +++ b/system-apps/traefik/values.yaml @@ -4,6 +4,8 @@ traefik: redirections: entryPoint: to: websecure + scheme: https + permanent: true deployment: replicas: 3 additionalContainers: