From 27d7d522312956be21bd1cd187f57ea4666e2578 Mon Sep 17 00:00:00 2001 From: Alexander Goussas Date: Sat, 30 May 2026 23:16:05 -0500 Subject: [PATCH] fix: update URLs for otel components to work --- k8s/otelcol.yaml | 2 +- k8s/tempo.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/k8s/otelcol.yaml b/k8s/otelcol.yaml index bdf2148..f2cdcbb 100644 --- a/k8s/otelcol.yaml +++ b/k8s/otelcol.yaml @@ -20,7 +20,7 @@ spec: prometheus: endpoint: "0.0.0.0:8887" otlp/tempo: - endpoint: "tempo:4317" + endpoint: "tempo.default.svc.cluster.local:4317" tls: insecure: true service: diff --git a/k8s/tempo.yaml b/k8s/tempo.yaml index d847ed0..6b3f30a 100644 --- a/k8s/tempo.yaml +++ b/k8s/tempo.yaml @@ -25,6 +25,7 @@ data: otlp: protocols: grpc: + endpoint: 0.0.0.0:4317 ingester: max_block_duration: 5m -- 2.43.0