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