Skip to content

Commit

Permalink
Polish 'Improve Kubernetes probe customization documentation'
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Jul 4, 2023
1 parent 028ff3a commit fc31e14
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1014,8 +1014,10 @@ This can be done by setting the following property:
management.endpoint.health.probes.add-additional-paths=true
----

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.
This would make the `liveness` group available at `/livez` and the `readiness` group available at `/readyz` on the main server port.
Paths can be customized using the `additional-path` property on each group, see <<actuator#actuator.endpoints.health.groups, health groups>> for details.



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

0 comments on commit fc31e14

Please sign in to comment.