From 7522b88cfb980ff7f991e5d397ac672d0c38dff7 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Fri, 20 Mar 2026 14:19:55 +0100 Subject: [PATCH] fix tempo --- infra/traefik-application.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/infra/traefik-application.yaml b/infra/traefik-application.yaml index 00fb839..9532d14 100644 --- a/infra/traefik-application.yaml +++ b/infra/traefik-application.yaml @@ -35,9 +35,6 @@ spec: tracing: otlp: enabled: true - grpc: - endpoint: "tempo.monitoring.svc.cluster.local:4317" - insecure: true logs: general: level: DEBUG @@ -49,6 +46,10 @@ spec: otlp: enabled: true + env: + - name: OTEL_EXPORTER_OTLP_ENDPOINT + value: "http://tempo.monitoring.svc.cluster.local:4318" + providers: kubernetesIngress: publishedService: # Fixes ArgoCD health checks for LoadBalancer services