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