1 Commits

Author SHA1 Message Date
60f775c3aa Update score.yaml 2026-05-28 14:52:52 +00:00
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
# Multi-stage Dockerfile for Spring Boot Application # Multi-stage Dockerfile for Spring Boot Application
# TESTING NOTE
FROM maven:3.9-eclipse-temurin-17 AS build FROM maven:3.9-eclipse-temurin-17 AS build
WORKDIR /app WORKDIR /app

View File

@@ -7,7 +7,7 @@ containers:
SPRING_DATASOURCE_URL: jdbc:postgresql://${resources.db.host}:${resources.db.port}/${resources.db.name} SPRING_DATASOURCE_URL: jdbc:postgresql://${resources.db.host}:${resources.db.port}/${resources.db.name}
SPRING_DATASOURCE_USERNAME: ${resources.db.username} SPRING_DATASOURCE_USERNAME: ${resources.db.username}
OTEL_SERVICE_NAME: cloud-pe-test 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 OTEL_RESOURCE_ATTRIBUTES: app=cloud-pe-test
metadata: metadata:
annotations: annotations: