aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/config/configuration/traefik/traefik.toml6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/config/configuration/traefik/traefik.toml b/app/config/configuration/traefik/traefik.toml
index d38e2ca..4a48fde 100644
--- a/app/config/configuration/traefik/traefik.toml
+++ b/app/config/configuration/traefik/traefik.toml
@@ -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"