feat(charts): use otel endpoint from fasit

This commit is contained in:
Trong Huu Nguyen
2026-06-05 13:53:09 +02:00
parent 300809f0ff
commit 57c6d53d64
4 changed files with 10 additions and 2 deletions
@@ -22,6 +22,9 @@ values:
computed:
template: |
"urn:zitadel:iam:org:id:{{ .Env.zitadel_organization_id }}"
otel.endpoint:
computed:
template: '"{{ .Env.otel_otlp_endpoint }}"'
replicas.min:
config:
type: int
+2 -1
View File
@@ -28,7 +28,8 @@ ingressClassName: external-fa-haproxy
additionalIngressClassNames:
- nais-ingress-fa
otel:
endpoint: http://opentelemetry-management-collector.nais-system:4317
# mapped by fasit
endpoint:
openid:
clientID:
+3
View File
@@ -103,6 +103,9 @@ values:
description: Well-known URL to generic identity provider. Optional. Only needed if a default global provider is desired.
config:
type: string
otel.endpoint:
computed:
template: '"{{ .Env.otel_otlp_endpoint }}"'
resourceSuffix:
description: Suffix for resources that may conflict in parallel environments.
config:
+2 -1
View File
@@ -87,4 +87,5 @@ resourceSuffix: ""
podDisruptionBudget:
maxUnavailable: 1
otel:
endpoint: http://opentelemetry-collector.nais-system:4317
# mapped by fasit
endpoint: