cluster

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

commit 4456a4d78147047263b3244de427f740d72beed6
parent 255a1f25899272cb56b0c3f013fcae343726c3e9
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Wed,  7 Jan 2026 16:36:29 +0100

add endpoint env var

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

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

diff --git a/apps/talos_cluster/connectivity-tester/staging_deployment.yaml b/apps/talos_cluster/connectivity-tester/staging_deployment.yaml @@ -68,6 +68,8 @@ 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" resources: limits: {} requests: