We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02dd76 commit eb3b65bCopy full SHA for eb3b65b
1 file changed
src/main/resources/application.properties
@@ -15,3 +15,7 @@ spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
15
# Actuator Configuration
16
management.endpoints.web.exposure.include=health,info
17
management.endpoint.health.show-details=always
18
+# Enable Kubernetes liveness/readiness probes (avoids external dependency checks in CI)
19
+management.endpoint.health.probes.enabled=true
20
+management.health.livenessstate.enabled=true
21
+management.health.readinessstate.enabled=true
0 commit comments