We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cadd413 commit 2491316Copy full SHA for 2491316
1 file changed
src/main/resources/application.properties
@@ -21,3 +21,7 @@ order.service.url=${ORDER_SERVICE_URL:http://localhost:8083}
21
# Actuator Configuration
22
management.endpoints.web.exposure.include=health,info
23
management.endpoint.health.show-details=always
24
+# Enable Kubernetes liveness/readiness probes (avoids external dependency checks in CI)
25
+management.endpoint.health.probes.enabled=true
26
+management.health.livenessstate.enabled=true
27
+management.health.readinessstate.enabled=true
0 commit comments