mirror of
https://github.com/nais/wonderwall.git
synced 2026-08-23 21:16:14 +00:00
feat(charts): use otel endpoint from fasit
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -87,4 +87,5 @@ resourceSuffix: ""
|
||||
podDisruptionBudget:
|
||||
maxUnavailable: 1
|
||||
otel:
|
||||
endpoint: http://opentelemetry-collector.nais-system:4317
|
||||
# mapped by fasit
|
||||
endpoint:
|
||||
|
||||
Reference in New Issue
Block a user