Update Traefik entry point to use 'websecure' for dashboard access
This commit is contained in:
parent
586a2a63c7
commit
bfa519d933
@ -24,7 +24,7 @@ spec:
|
|||||||
dashboard:
|
dashboard:
|
||||||
enabled: true
|
enabled: true
|
||||||
matchRule: PathPrefix(`/dashboard`) || PathPrefix(`/api`)
|
matchRule: PathPrefix(`/dashboard`) || PathPrefix(`/api`)
|
||||||
entryPoints: ["web"]
|
entryPoints: ["websecure"]
|
||||||
healthcheck:
|
healthcheck:
|
||||||
enabled: false
|
enabled: false
|
||||||
matchRule: PathPrefix(`/ping`)
|
matchRule: PathPrefix(`/ping`)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user