mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 10:19:03 +00:00
This commit mentions the `management.health.probes.enabled` configuration property in the Kubernetes Probes section of the Actuator chapter. Enabling this property is required if we need to expose Kubernetes Probes in a non-Kubernetes environment. Fixes gh-21505