From bfa519d9339e523b28f1521247b701fcf74b8dce Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 3 May 2025 12:55:18 +0200 Subject: [PATCH] Update Traefik entry point to use 'websecure' for dashboard access --- 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 cf63a52..1ff9eb0 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: ["websecure"] healthcheck: enabled: false matchRule: PathPrefix(`/ping`)