cluster

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

commit 8396514cd25f06889e19ba753621ba27015f54b1
parent 4456a4d78147047263b3244de427f740d72beed6
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Wed,  7 Jan 2026 16:57:30 +0100

add otlp logs endpoint

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 @@ -70,6 +70,8 @@ spec: 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 + value: "http://clickstack-otel-collector.clickstack.svc.cluster.local:4318" resources: limits: {} requests: