From c0b9baab87668ce454c545043a03c3c630b3cf00 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sun, 2 Apr 2023 20:23:02 -0400 Subject: [PATCH] Change rule one more time --- 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 db69dd9..7517f1e 100644 --- a/cluster/apps/traefik/traefik-values.yaml +++ b/cluster/apps/traefik/traefik-values.yaml @@ -57,7 +57,7 @@ env: ingressRoute: dashboard: enabled: true - matchRule: Host(`k3st.***REMOVED***`) && (PathPrefix(`/dashboard`) || PathPrefix(`/api`)) + matchRule: Host(`k3st.***REMOVED***`) && (PathPrefix(`/dashboard/`) || PathPrefix(`/api`)) entryPoints: ["traefik", "websecure"] # Persistent Storage