feat(charts): set correct otel collector endpoint

Co-authored-by: sindrerh2 <sindre.rodseth.hansen@nav.no>
This commit is contained in:
Trong Huu Nguyen
2025-02-03 13:04:02 +01:00
co-authored by sindrerh2
parent 9d926fff03
commit 63b40b2cea
2 changed files with 1 additions and 5 deletions
-3
View File
@@ -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:
+1 -2
View File
@@ -75,5 +75,4 @@ podDisruptionBudget:
maxUnavailable: 1
otel:
enabled: false
# populated from fasit
endpoint:
endpoint: http://opentelemetry-collector.nais-system:4317