fix(infra-ingress): traefik dashboard

This commit is contained in:
WrenIX 2024-06-04 01:27:40 +02:00
parent 015dddf87c
commit bd71f5dffd
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5

View file

@ -72,7 +72,7 @@ spec:
ingressRoute:
dashboard:
enabled: {{ toYaml (not .Values.external) }}
matchRule: Host(`lb.{{ .Values.commons.ingress.domain }}`) && (PathPrefix(`/api`, `/dashboard`))
matchRule: Host(`lb.{{ .Values.commons.ingress.domain }}`) && (PathPrefix(`/api`) || PathPrefix(`/dashboard`))
entryPoints:
- "traefik"
- "websecure"