fix(infra-ingress): traefik dashboard
This commit is contained in:
parent
015dddf87c
commit
bd71f5dffd
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ spec:
|
||||||
ingressRoute:
|
ingressRoute:
|
||||||
dashboard:
|
dashboard:
|
||||||
enabled: {{ toYaml (not .Values.external) }}
|
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:
|
entryPoints:
|
||||||
- "traefik"
|
- "traefik"
|
||||||
- "websecure"
|
- "websecure"
|
||||||
|
|
Loading…
Add table
Reference in a new issue