Update Traefik dashboard entry point from "web" to "traefik"

This commit is contained in:
Marco van Zijl 2025-05-03 14:27:16 +02:00
parent 71a2f0aa53
commit b2105fb7aa

View File

@ -24,7 +24,7 @@ spec:
dashboard: dashboard:
enabled: true enabled: true
matchRule: PathPrefix(`/dashboard`) || PathPrefix(`/api`) matchRule: PathPrefix(`/dashboard`) || PathPrefix(`/api`)
entryPoints: ["web"] entryPoints: ["traefik"]
healthcheck: healthcheck:
enabled: false enabled: false
matchRule: PathPrefix(`/ping`) matchRule: PathPrefix(`/ping`)