Change rule one more time
This commit is contained in:
parent
75fa1fcc8d
commit
c0b9baab87
|
@ -57,7 +57,7 @@ env:
|
||||||
ingressRoute:
|
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", "websecure"]
|
entryPoints: ["traefik", "websecure"]
|
||||||
|
|
||||||
# Persistent Storage
|
# Persistent Storage
|
||||||
|
|
Loading…
Reference in New Issue