From 4e0ddae0ec7d4c372e929d055d00426cb04f27e4 Mon Sep 17 00:00:00 2001 From: William P Date: Sat, 1 Mar 2025 01:19:09 -0500 Subject: [PATCH] redirect web to websecure --- system-apps/traefik/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system-apps/traefik/values.yaml b/system-apps/traefik/values.yaml index 48cadb7..5491be7 100644 --- a/system-apps/traefik/values.yaml +++ b/system-apps/traefik/values.yaml @@ -1,4 +1,8 @@ traefik: + ports: + web: + redirections: + entryPoint: websecure deployment: replicas: 3 additionalContainers: