From c2bc3227c5041acb714161222e44ea639dc12aa1 Mon Sep 17 00:00:00 2001 From: demo-bot Date: Thu, 28 May 2026 14:54:05 +0000 Subject: [PATCH] Update score.yaml --- score.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/score.yaml b/score.yaml index e1a3caa..ce502fa 100644 --- a/score.yaml +++ b/score.yaml @@ -7,7 +7,7 @@ containers: SPRING_DATASOURCE_URL: jdbc:postgresql://${resources.db.host}:${resources.db.port}/${resources.db.name} SPRING_DATASOURCE_USERNAME: ${resources.db.username} OTEL_SERVICE_NAME: cloud-pe-test - OTEL_EXPORTER_OTLP_ENDPOINT: http://otel-collector.monitoring.svc.cluster.local:4318 + OTEL_EXPORTER_OTLP_ENDPOINT: https://otel-collector.monitoring.svc.cluster.local:4318 OTEL_RESOURCE_ATTRIBUTES: app=cloud-pe-test metadata: annotations: