traefik: fix dashboard root redirect

Closes #70
This commit is contained in:
2025-06-29 16:36:55 +03:00
parent 1b34a48e81
commit 43ad7586ce
2 changed files with 4 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ ingressRoute:
dashboard:
enabled: true
domain: traefik.k-space.ee
matchRule: Host(`traefik.k-space.ee`) && (PathPrefix(`/api`) || PathPrefix(`/dashboard`))
matchRule: Host(`traefik.k-space.ee`)
entryPoints: ["websecure"]
middlewares:
- name: "dashboard"