forked from Deuxfleurs/infrastructure
Remove traefik v2 options and fix endpoint to admin
This commit is contained in:
parent
91ffdc732c
commit
94ee5d3e5c
1 changed files with 1 additions and 5 deletions
|
@ -47,8 +47,4 @@ entrypoint = "admin"
|
||||||
[metrics]
|
[metrics]
|
||||||
[metrics.prometheus]
|
[metrics.prometheus]
|
||||||
# -- below is for traefik 1.7 see https://doc.traefik.io/traefik/v1.7/configuration/metrics/
|
# -- below is for traefik 1.7 see https://doc.traefik.io/traefik/v1.7/configuration/metrics/
|
||||||
entryPoint = "metrics" # default to "/traefik"
|
entryPoint = "admin"
|
||||||
buckets = [0.1,0.3,1.2,5.0] # default buckets
|
|
||||||
# -- options below seem to ONLY be for traefik v2
|
|
||||||
# addServicesLabels = true
|
|
||||||
# addEntryPointsLabels = true
|
|
||||||
|
|
Loading…
Reference in a new issue