From b2105fb7aaba468a23a2fbd7f9a18f91f0f93bf1 Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 3 May 2025 14:27:16 +0200 Subject: [PATCH] Update Traefik dashboard entry point from "web" to "traefik" --- applications/templates/traefik.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/templates/traefik.yaml b/applications/templates/traefik.yaml index cc394de..e63c356 100644 --- a/applications/templates/traefik.yaml +++ b/applications/templates/traefik.yaml @@ -24,7 +24,7 @@ spec: dashboard: enabled: true matchRule: PathPrefix(`/dashboard`) || PathPrefix(`/api`) - entryPoints: ["web"] + entryPoints: ["traefik"] healthcheck: enabled: false matchRule: PathPrefix(`/ping`)