Skip to content

Commit fc31e14

Browse files
committed
Polish 'Improve Kubernetes probe customization documentation'
See gh-34978
1 parent 028ff3a commit fc31e14

File tree

1 file changed

+4
-2
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator

1 file changed

+4
-2
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,8 +1014,10 @@ This can be done by setting the following property:
10141014
management.endpoint.health.probes.add-additional-paths=true
10151015
----
10161016

1017-
This would make `liveness` group available at `/livez` and `readiness` group at `readyz` on the main server port.
1018-
Paths could be customized using `additional-path` property on each group, see <<actuator#actuator.endpoints.health.groups, health groups>> for more detail.
1017+
This would make the `liveness` group available at `/livez` and the `readiness` group available at `/readyz` on the main server port.
1018+
Paths can be customized using the `additional-path` property on each group, see <<actuator#actuator.endpoints.health.groups, health groups>> for details.
1019+
1020+
10191021

10201022
[[actuator.endpoints.kubernetes-probes.external-state]]
10211023
==== Checking External State With Kubernetes Probes

0 commit comments

Comments
 (0)