Skip to content

Commit 028ff3a

Browse files
bedlaphilwebb
authored andcommitted
Improve Kubernetes probe customization documentation
See gh-34978
1 parent 1f75ba5 commit 028ff3a

File tree

1 file changed

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

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,10 +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-
1019-
1020-
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.
10211019

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

0 commit comments

Comments
 (0)