Remove traefik v2 options and fix endpoint to admin

This commit is contained in:
mricher 2020-12-14 17:07:44 +01:00
parent 91ffdc732c
commit 94ee5d3e5c
Signed by: maximilien
GPG Key ID: CA73C61E72CB3E61
1 changed files with 1 additions and 5 deletions

View File

@ -47,8 +47,4 @@ entrypoint = "admin"
[metrics]
[metrics.prometheus]
# -- below is for traefik 1.7 see https://doc.traefik.io/traefik/v1.7/configuration/metrics/
entryPoint = "metrics" # default to "/traefik"
buckets = [0.1,0.3,1.2,5.0] # default buckets
# -- options below seem to ONLY be for traefik v2
# addServicesLabels = true
# addEntryPointsLabels = true
entryPoint = "admin"