From af1591073aa8da4159e84ca3c188d81154c00517 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Thu, 12 Feb 2026 11:38:42 +0100 Subject: [PATCH] metrics --- infra/traefik-application.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/infra/traefik-application.yaml b/infra/traefik-application.yaml index e2e9635..873909e 100644 --- a/infra/traefik-application.yaml +++ b/infra/traefik-application.yaml @@ -74,11 +74,15 @@ spec: # Configure entry points ports: - web: + metrics: + expose: + default: true observability: accessLogs: true metrics: true tracing: true + traceVerbosity: detailed + web: proxyProtocol: trustedIPs: "172.16.1.0/24" forwardedHeaders: