Merge pull request #34978 from bedla

* pr/34978:
  Polish 'Improve Kubernetes probe customization documentation'
  Improve Kubernetes probe customization documentation

Closes gh-34978
pull/36620/head
Phillip Webb 1 year ago
commit 9d1dced050

@ -1014,8 +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 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.

Loading…
Cancel
Save