Add host for traefik dashboard ingress
This commit is contained in:
parent
30830a6120
commit
3215cbfde5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue