Skip to content

Commit 3da66d5

Browse files
committed
feat: enable Kubernetes liveness and readiness probes in actuator configuration
1 parent 480cdc5 commit 3da66d5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/main/resources/application.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ admin.email=${ADMIN_EMAIL:admin@cso2.com}
3333
# Actuator Configuration
3434
management.endpoints.web.exposure.include=health,info
3535
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

Comments
 (0)