We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dceba9d commit eef10b1Copy full SHA for eef10b1
src/main/resources/application.properties
@@ -16,3 +16,7 @@ jwt.refresh-expiration=${JWT_REFRESH_EXPIRATION:604800000}
16
# Actuator Configuration
17
management.endpoints.web.exposure.include=health,info
18
management.endpoint.health.show-details=always
19
+# Enable Kubernetes liveness/readiness probes (avoids external dependency checks in CI)
20
+management.endpoint.health.probes.enabled=true
21
+management.health.livenessstate.enabled=true
22
+management.health.readinessstate.enabled=true
0 commit comments