feat(charts): enable otel by default

This commit is contained in:
Trong Huu Nguyen
2025-02-04 19:13:19 +01:00
parent 63b40b2cea
commit 90bbc44723
4 changed files with 0 additions and 8 deletions

View File

@@ -104,9 +104,6 @@ values:
type: string
ignoreKind:
- legacy
otel.enabled:
config:
type: bool
resourceSuffix:
description: Suffix for resources that may conflict in parallel environments.
config:

View File

@@ -49,12 +49,10 @@ spec:
key: REDIS_URI_WONDERWALL_AZURE
{{- end }}
name: {{ .Values.azure.redisSecretName }}
{{- if .Values.otel.enabled }}
- name: OTEL_SERVICE_NAME
value: wonderwall-fa
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: {{ .Values.otel.endpoint }}
{{- end }}
- name: WONDERWALL_REDIS_USERNAME
valueFrom:
secretKeyRef:

View File

@@ -57,12 +57,10 @@ spec:
key: REDIS_URI_WONDERWALL_IDPORTEN
{{- end }}
name: {{ .Values.idporten.redisSecretNames.readwrite }}
{{- if .Values.otel.enabled }}
- name: OTEL_SERVICE_NAME
value: wonderwall-idporten
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: {{ .Values.otel.endpoint }}
{{- end }}
- name: WONDERWALL_REDIS_USERNAME
valueFrom:
secretKeyRef:

View File

@@ -74,5 +74,4 @@ resourceSuffix: ""
podDisruptionBudget:
maxUnavailable: 1
otel:
enabled: false
endpoint: http://opentelemetry-collector.nais-system:4317