Update Traefik entry point to use 'websecure' for dashboard access

This commit is contained in:
Marco van Zijl 2025-05-03 12:55:18 +02:00
parent 586a2a63c7
commit bfa519d933

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: ["websecure"]
healthcheck: healthcheck:
enabled: false enabled: false
matchRule: PathPrefix(`/ping`) matchRule: PathPrefix(`/ping`)