claudio4j commented on code in PR #17418: URL: https://github.com/apache/camel/pull/17418#discussion_r1989451293
########## docs/user-manual/modules/ROOT/pages/camel-jbang-kubernetes.adoc: ########## @@ -180,6 +180,31 @@ The Kubernetes plugin export command also inherits all options from the arbitrar TIP: See the possible options by running: `camel kubernetes export --help` for more details. +=== Kubernetes Container Health Probes + +The https://camel.apache.org/components/next/others/observability-services.html[Observability Services] component is set by default in the project created by the export command, then the health path probes are prefixed with the `/observe` endpoint, regardless if they are Quarkus or Spring Boot. + +These are the HTTP Container probe endpoints. + +For Quarkus. +[source] +---- +/observe/health/live +/observe/health/ready +/observe/health/started +---- + +For Spring Boot (there is no startup probe) +[source] +---- +/observe/health/liveness Review Comment: sb uses those different suffixes, however I see the observability harmonized one works with spring boot too, but jkube doesn't expose a way to change the liveness/readiness suffixes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
