cluster

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

commit 1e31251d7b9c88deb14cfb555eb9a463c5725369
parent 8396514cd25f06889e19ba753621ba27015f54b1
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Wed,  7 Jan 2026 17:05:07 +0100

fix env vars

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

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

diff --git a/apps/talos_cluster/connectivity-tester/staging_deployment.yaml b/apps/talos_cluster/connectivity-tester/staging_deployment.yaml @@ -68,10 +68,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_TRACES_ENDPOINT - value: "http://clickstack-otel-collector.clickstack.svc.cluster.local:4318" - - name: OTEL_EXPORTER_OTLP_LOGS_ENDPOINT + - name: OTEL_EXPORTER_OTLP_ENDPOINT value: "http://clickstack-otel-collector.clickstack.svc.cluster.local:4318" + - name: OTEL_EXPORTER_OTLP_HEADERS + value: "authorization=ebd93f5f-db33-4331-aed3-f39a281e2085" resources: limits: {} requests: