mirror of
https://github.com/nais/wonderwall.git
synced 2026-08-23 21:16:14 +00:00
feat(charts): set correct otel collector endpoint
Co-authored-by: sindrerh2 <sindre.rodseth.hansen@nav.no>
This commit is contained in:
co-authored by
sindrerh2
parent
9d926fff03
commit
63b40b2cea
@@ -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:
|
||||
|
||||
@@ -75,5 +75,4 @@ podDisruptionBudget:
|
||||
maxUnavailable: 1
|
||||
otel:
|
||||
enabled: false
|
||||
# populated from fasit
|
||||
endpoint:
|
||||
endpoint: http://opentelemetry-collector.nais-system:4317
|
||||
|
||||
Reference in New Issue
Block a user