diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc index faefc79352..355f4afd58 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc @@ -1014,10 +1014,8 @@ This can be done by setting the following property: management.endpoint.health.probes.add-additional-paths=true ---- -This would make `liveness` available at `/livez` and `readiness` at `readyz` on the main server port. - - - +This would make `liveness` group available at `/livez` and `readiness` group at `readyz` on the main server port. +Paths could be customized using `additional-path` property on each group, see <> for more detail. [[actuator.endpoints.kubernetes-probes.external-state]] ==== Checking External State With Kubernetes Probes