From 75fa1fcc8dcd8e0b214bb3ed1e7f1fdf721f7f78 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sun, 2 Apr 2023 20:16:39 -0400 Subject: [PATCH] Change dashboard entrypoint --- cluster/apps/traefik/traefik-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/traefik/traefik-values.yaml b/cluster/apps/traefik/traefik-values.yaml index f90a4c0..db69dd9 100644 --- a/cluster/apps/traefik/traefik-values.yaml +++ b/cluster/apps/traefik/traefik-values.yaml @@ -58,7 +58,7 @@ ingressRoute: dashboard: enabled: true matchRule: Host(`k3st.***REMOVED***`) && (PathPrefix(`/dashboard`) || PathPrefix(`/api`)) - entryPoints: ["traefik"] + entryPoints: ["traefik", "websecure"] # Persistent Storage persistence: