Add host for traefik dashboard ingress

This commit is contained in:
SeanOMik 2023-04-02 20:14:48 -04:00
parent 30830a6120
commit 3215cbfde5
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 1 additions and 1 deletions

View File

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