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