From 63b40b2cea8a0404dbdec6ecf28b4c495b5ac3dd Mon Sep 17 00:00:00 2001 From: Trong Huu Nguyen Date: Mon, 3 Feb 2025 13:04:02 +0100 Subject: [PATCH] feat(charts): set correct otel collector endpoint Co-authored-by: sindrerh2 --- charts/wonderwall/Feature.yaml | 3 --- charts/wonderwall/values.yaml | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/charts/wonderwall/Feature.yaml b/charts/wonderwall/Feature.yaml index 740484b..0ead224 100644 --- a/charts/wonderwall/Feature.yaml +++ b/charts/wonderwall/Feature.yaml @@ -107,9 +107,6 @@ values: otel.enabled: config: type: bool - otel.endpoint: - computed: - template: '"{{ .Env.otel_otlp_endpoint }}"' resourceSuffix: description: Suffix for resources that may conflict in parallel environments. config: diff --git a/charts/wonderwall/values.yaml b/charts/wonderwall/values.yaml index 888f97c..3838248 100644 --- a/charts/wonderwall/values.yaml +++ b/charts/wonderwall/values.yaml @@ -75,5 +75,4 @@ podDisruptionBudget: maxUnavailable: 1 otel: enabled: false - # populated from fasit - endpoint: + endpoint: http://opentelemetry-collector.nais-system:4317