Change rule one more time
This commit is contained in:
parent
75fa1fcc8d
commit
c0b9baab87
|
@ -57,7 +57,7 @@ env:
|
|||
ingressRoute:
|
||||
dashboard:
|
||||
enabled: true
|
||||
matchRule: Host(`k3st.***REMOVED***`) && (PathPrefix(`/dashboard`) || PathPrefix(`/api`))
|
||||
matchRule: Host(`k3st.***REMOVED***`) && (PathPrefix(`/dashboard/`) || PathPrefix(`/api`))
|
||||
entryPoints: ["traefik", "websecure"]
|
||||
|
||||
# Persistent Storage
|
||||
|
|
Loading…
Reference in New Issue