From 60f775c3aa27a1cfff655f4e8f37ef19f3bd008b Mon Sep 17 00:00:00 2001 From: demo-bot Date: Thu, 28 May 2026 14:52:52 +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: