Try to fix traefik

This commit is contained in:
SeanOMik 2023-04-02 20:24:17 -04:00
parent c0b9baab87
commit 531f255933
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ env:
ingressRoute:
dashboard:
enabled: true
matchRule: Host(`k3st.***REMOVED***`) && (PathPrefix(`/dashboard/`) || PathPrefix(`/api`))
entryPoints: ["traefik", "websecure"]
matchRule: PathPrefix(`/dashboard/`) || PathPrefix(`/api`)
entryPoints: ["traefik"]
# Persistent Storage
persistence: