set otel variables
Some checks failed
Build and Publish / Metadata (push) Successful in 9s
Build and Publish / BuildAndDeployArm64 (push) Successful in 4m21s
Build and Publish / BuildAndDeployAmd64 (push) Failing after 10m11s

This commit is contained in:
matst80
2025-11-05 13:00:57 +01:00
parent 5e7591335c
commit e155736313
2 changed files with 14 additions and 10 deletions

View File

@@ -177,6 +177,8 @@ spec:
secretKeyRef:
name: klarna-api-credentials
key: username
- name: OTEL_RESOURCE_ATTRIBUTES
value: "service.name=cart,service.version=0.1.0"
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: "http://jaeger-inmemory-instance-collector.observability:4317"
- name: KLARNA_API_PASSWORD
@@ -278,6 +280,8 @@ spec:
env:
- name: TZ
value: "Europe/Stockholm"
- name: OTEL_RESOURCE_ATTRIBUTES
value: "service.name=cart,service.version=0.1.0"
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: "http://jaeger-inmemory-instance-collector.observability:4317"
- name: KLARNA_API_USERNAME