cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 59e3fac71a8b5500309c4e261c85867bb419ab92
parent 5697907bf773e2e213d0b75c18fab11d928ad937
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Sat,  7 Mar 2026 20:12:44 +0100

fix issue with loki

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
Mapps/talos_cluster/connectivity-tester/staging_deployment.yaml | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/apps/talos_cluster/connectivity-tester/staging_deployment.yaml b/apps/talos_cluster/connectivity-tester/staging_deployment.yaml @@ -69,8 +69,10 @@ spec: # Forward the K8s metadata to the app via OTEL_RESOURCE_ATTRIBUTES - name: OTEL_RESOURCE_ATTRIBUTES value: k8s.pod.name=$(POD_NAME),k8s.pod.uid=$(POD_UID),k8s.namespace.name=$(POD_NAMESPACE),k8s.node.name=$(NODE_NAME),k8s.deployment.name=$(DEPLOYMENT_NAME) - - name: OTEL_EXPORTER_OTLP_ENDPOINT + - name: OTEL_EXPORTER_OTLP_LOGS_ENDPOINT value: "http://loki.loki.svc.cluster.local:3100/otlp" + - name: OTEL_TRACES_EXPORTER + value: "none" - name: RUST_LOG value: rust_federation_tester=debug,info resources: @@ -164,8 +166,10 @@ spec: - name: "OTEL_DENO" value: "true" - - name: "OTEL_EXPORTER_OTLP_ENDPOINT" + - name: OTEL_EXPORTER_OTLP_LOGS_ENDPOINT value: "http://loki.loki.svc.cluster.local:3100/otlp" + - name: OTEL_TRACES_EXPORTER + value: "none" - name: OTEL_SERVICE_NAME value: "connectivity-tester-stage" ports: