From 4d8a61033fb26a88e4b8c87cb917ff944c5113ca Mon Sep 17 00:00:00 2001 From: Julius Riegel Date: Tue, 19 Dec 2023 08:16:01 +0000 Subject: [PATCH] apps(traefik): Fix config for routers labels on metrics --- apps/traefik/app/traefik-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/traefik/app/traefik-config.yaml b/apps/traefik/app/traefik-config.yaml index be95964..5a23131 100644 --- a/apps/traefik/app/traefik-config.yaml +++ b/apps/traefik/app/traefik-config.yaml @@ -47,7 +47,7 @@ spec: protocol: TCP metrics: prometheus: - addRouterLabels: true + addRoutersLabels: true service: enabled: true serviceMonitor: