This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/master by this push:
     new 791bb9d  chore(doc): add ddoc for probes trait
791bb9d is described below

commit 791bb9d082a5c393ba71c6099a63edb09c29f189
Author: lburgazzoli <lburgazz...@gmail.com>
AuthorDate: Tue Jul 16 19:58:04 2019 +0200

    chore(doc): add ddoc for probes trait
---
 docs/traits.adoc | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/docs/traits.adoc b/docs/traits.adoc
index 72c5dce..0c7ecc8 100644
--- a/docs/traits.adoc
+++ b/docs/traits.adoc
@@ -324,6 +324,49 @@ It's disabled by default.
 
 !===
 
+| probes
+| Kubernetes, OpenShift
+| Configure LIveness and Readiness probes.
+  +
+  +
+  It's disabled by default.
+
+[cols="m,"]
+!===
+
+! probes.bind-host
+! Configures the host on which the probe is exposed (default `0.0.0.0`).
+
+! probes.bind-port
+! Configures the port on which the probe is exposed (default `8080`).
+
+! probes.path
+! Path to access on the probe ( default `/health`).
+
+! probes.liveness-initial-delay
+! Number of seconds after the container has started before liveness probes are 
initiated.
+! probes.liveness-timeout
+! Number of seconds after which the probe times out.
+! probes.liveness-period
+! How often to perform the probe.
+! probes.liveness-success-threshold
+! Minimum consecutive successes for the probe to be considered successful 
after having failed.
+! probes.liveness-failure-threshold
+! Minimum consecutive failures for the probe to be considered failed after 
having succeeded.
+
+! probes.readiness-initial-delay
+! Number of seconds after the container has started before liveness probes are 
initiated.
+! probes.readiness-timeout
+! Number of seconds after which the probe times out.
+! probes.readiness-period
+! How often to perform the probe.
+! probes.readiness-success-threshold
+! Minimum consecutive successes for the probe to be considered successful 
after having failed.
+! probes.readiness-failure-threshold
+! Minimum consecutive failures for the probe to be considered failed after 
having succeeded.
+
+!===
+
 |=======================
 
 

Reply via email to