diff options
| author | alex <alex@pdp7.net> | 2023-11-19 18:15:46 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2023-11-19 18:15:46 +0100 |
| commit | 2252fc2cadb5bbae1dbc350bf7341fe61d0d6ae7 (patch) | |
| tree | ee62b509954a792ffbbe2340e58ef139053d8a7d /blog/k8s.yaml | |
| parent | 6f50ecb4b0c0a4411941e3f67983d4d24600a296 (diff) | |
Configure otel
Diffstat (limited to 'blog/k8s.yaml')
| -rw-r--r-- | blog/k8s.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/blog/k8s.yaml b/blog/k8s.yaml index ebb41f6d..01cff113 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 |
