Improve Kubernetes probe customization documentation

See gh-34978
This commit is contained in:
Ivo Smid 2023-07-04 14:13:23 +01:00 committed by Phillip Webb
parent 1f75ba557e
commit 028ff3a7be
1 changed files with 2 additions and 4 deletions

View File

@ -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 <<actuator#actuator.endpoints.health.groups, health groups>> for more detail.
[[actuator.endpoints.kubernetes-probes.external-state]]
==== Checking External State With Kubernetes Probes