This commit is contained in:
Roxedus 2022-06-05 00:21:02 +02:00
parent 9f30501bef
commit b8975b734e
Signed by: Roxedus
GPG Key ID: 9B4E311961C63639

View File

@ -9,7 +9,7 @@ spec:
- web - web
routes: routes:
- kind: Rule - kind: Rule
match: Host(`traefik.roxedus.com`) && ( PathPrefix(`/dashboard`) || PathPrefix(`/dashboard`)) match: Host(`traefik.roxedus.com`) && ( PathPrefix(`/dashboard`) || PathPrefix(`/api`))
services: services:
- kind: TraefikService - kind: TraefikService
name: api@internal name: api@internal