Skip to content

Commit

Permalink
Update SE health docs to match code snippet for health endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Mar 29, 2024
1 parent 040533d commit 21a8efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/se/health.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -492,9 +492,9 @@ specification is also provided for the Kubernetes service and deployment.
----
include::{sourcedir}/se/HealthSnippets.java[tag=snippet_8, indent=0]
----
<1> The health service for the `liveness` probe is exposed at `/observe/health/live`.
<1> The health service for the `liveness` probe is exposed at `/health/live`.
<2> Using the built-in health checks for the `liveness` probe.
<3> The health service for the `readiness` probe is exposed at `/observe/health/ready`.
<3> The health service for the `readiness` probe is exposed at `/health/ready`.
<4> Using a custom health check for a pseudo database that is always `UP`.
<5> Route the `observe` feature exclusively on the `observe` socket.
<6> The default socket uses port 8080 for the default routes.
Expand Down

0 comments on commit 21a8efd

Please sign in to comment.