Skip to content

Commit 9d1dced

Browse files
committed
Merge pull request #34978 from bedla
* pr/34978: Polish 'Improve Kubernetes probe customization documentation' Improve Kubernetes probe customization documentation Closes gh-34978
2 parents 1f75ba5 + fc31e14 commit 9d1dced

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,8 +1014,8 @@ 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` available at `/livez` and `readiness` at `readyz` on the main server port.
1018-
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.
10191019

10201020

10211021

0 commit comments

Comments
 (0)