diff --git a/chart/templates/profile-service.yaml b/chart/templates/profile-service.yaml index 896e3a1c..20029eb2 100644 --- a/chart/templates/profile-service.yaml +++ b/chart/templates/profile-service.yaml @@ -67,6 +67,8 @@ spec: value: {{ quote .Values.profileService.deployment.container.env.SPRING_DATASOURCE_USERNAME }} - name: SPRING_DATASOURCE_PASSWORD value: {{ quote .Values.profileService.deployment.container.env.SPRING_DATASOURCE_PASSWORD }} + - name: OTEL_LOGS_EXPORTER + value: {{ quote .Values.profileService.deployment.container.env.OTEL_LOGS_EXPORTER}} - name: OTEL_METRICS_EXPORTER value: {{ quote .Values.profileService.deployment.container.env.OTEL_METRICS_EXPORTER }} - name: OTEL_RESOURCE_ATTRIBUTES diff --git a/chart/values.yaml b/chart/values.yaml index a2ce89e0..3a1bf9ca 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -80,6 +80,7 @@ profileService: ports: containerPort: 8080 env: + OTEL_LOGS_EXPORTER: none OTEL_METRICS_EXPORTER: none OTEL_RESOURCE_ATTRIBUTES: service.name=unguard-profile-service OTEL_TRACES_EXPORTER: none