Change dashboard entrypoint
This commit is contained in:
parent
3215cbfde5
commit
75fa1fcc8d
|
@ -58,7 +58,7 @@ ingressRoute:
|
|||
dashboard:
|
||||
enabled: true
|
||||
matchRule: Host(`k3st.***REMOVED***`) && (PathPrefix(`/dashboard`) || PathPrefix(`/api`))
|
||||
entryPoints: ["traefik"]
|
||||
entryPoints: ["traefik", "websecure"]
|
||||
|
||||
# Persistent Storage
|
||||
persistence:
|
||||
|
|
Loading…
Reference in New Issue