We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a750718 commit 048bbf5Copy full SHA for 048bbf5
src/main/resources/application.properties
@@ -8,3 +8,7 @@ spring.data.mongodb.database=${MONGODB_DATABASE:CSO2_content_service}
8
# Actuator Configuration
9
management.endpoints.web.exposure.include=health,info
10
management.endpoint.health.show-details=always
11
+# Enable Kubernetes liveness/readiness probes (avoids external dependency checks in CI)
12
+management.endpoint.health.probes.enabled=true
13
+management.health.livenessstate.enabled=true
14
+management.health.readinessstate.enabled=true
0 commit comments