From 2252fc2cadb5bbae1dbc350bf7341fe61d0d6ae7 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 19 Nov 2023 18:15:46 +0100 Subject: [PATCH] Configure otel --- blog/k8s.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/blog/k8s.yaml b/blog/k8s.yaml index ebb41f6..01cff11 100644 --- a/blog/k8s.yaml +++ b/blog/k8s.yaml @@ -32,6 +32,11 @@ items: - /tls-gemini/tls.crt - https - alex.corcoles.net + env: + - name: OTEL_EXPORTER_OTLP_ENDPOINT + value: http://clickhouse.h1.int.pdp7.net:4317 + - name: OTEL_EXPORTER_OTLP_INSECURE + value: "true" image: quay.io/alexpdp7/blog:latest imagePullPolicy: Always name: blog -- 2.47.3