We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 480cdc5 commit 3da66d5Copy full SHA for 3da66d5
1 file changed
src/main/resources/application.properties
@@ -33,3 +33,7 @@ admin.email=${ADMIN_EMAIL:admin@cso2.com}
33
# Actuator Configuration
34
management.endpoints.web.exposure.include=health,info
35
management.endpoint.health.show-details=always
36
+# Enable Kubernetes liveness/readiness probes (avoids external dependency checks in CI)
37
+management.endpoint.health.probes.enabled=true
38
+management.health.livenessstate.enabled=true
39
+management.health.readinessstate.enabled=true
0 commit comments