From 3215cbfde52f114cee33efba5fb1a2c7da377b2c Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sun, 2 Apr 2023 20:14:48 -0400 Subject: [PATCH] Add host for traefik dashboard ingress --- 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 fbecf85..f90a4c0 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: PathPrefix(`/dashboard`) || PathPrefix(`/api`) + matchRule: Host(`k3st.***REMOVED***`) && (PathPrefix(`/dashboard`) || PathPrefix(`/api`)) entryPoints: ["traefik"] # Persistent Storage