From 818b3682fa88d59bdef95fccb544957a6e97e7ed Mon Sep 17 00:00:00 2001 From: Erez Samimi Date: Wed, 6 Mar 2024 21:28:46 +0200 Subject: [PATCH] Fix table format in container-probes.md (#1748) --- docs/user-guide/advanced-configuration/container-probes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user-guide/advanced-configuration/container-probes.md b/docs/user-guide/advanced-configuration/container-probes.md index 338e5377..96be2f4e 100644 --- a/docs/user-guide/advanced-configuration/container-probes.md +++ b/docs/user-guide/advanced-configuration/container-probes.md @@ -8,6 +8,7 @@ The liveness probe queries the status of the supervisor daemon of the container. detects one of the services in a state other than "RUNNING". | Name | Description | Default | +| -------------| -----------------------------------|---------| | web_liveness_period | Time period in seconds between each probe check. The value of 0 disables the probe. | 0 | | web_liveness_initial_delay | Initial delay before starting probes in seconds | 5 | | web_liveness_failure_threshold| Number of consecutive failure events to identify failure of container | 3 | @@ -19,7 +20,7 @@ detects one of the services in a state other than "RUNNING". #### Web Container Readiness Check -This is a HTTP check against the status endpoint to confirm the system is still able to respond to web requests. +This is an HTTP check against the status endpoint to confirm the system is still able to respond to web requests. | Name | Description | Default | | -------------| ---------------------------------- | ------- |