Update Traefik dashboard entry point from "web" to "traefik"
This commit is contained in:
parent
71a2f0aa53
commit
b2105fb7aa
@ -24,7 +24,7 @@ spec:
|
|||||||
dashboard:
|
dashboard:
|
||||||
enabled: true
|
enabled: true
|
||||||
matchRule: PathPrefix(`/dashboard`) || PathPrefix(`/api`)
|
matchRule: PathPrefix(`/dashboard`) || PathPrefix(`/api`)
|
||||||
entryPoints: ["web"]
|
entryPoints: ["traefik"]
|
||||||
healthcheck:
|
healthcheck:
|
||||||
enabled: false
|
enabled: false
|
||||||
matchRule: PathPrefix(`/ping`)
|
matchRule: PathPrefix(`/ping`)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user