The livenessProbe's failureThreshold is set to low. This causes the livenessProbe having to short a period of probing before it fails and removes the container. The failureThreshold is set to 4, the initialDelaySeconds is set to 5 and the periodSeconds is 5. This means 5s+4x5s=25s before the container fails. This patch set failureThreshold higher to 11 allowing for a more reasonable overall probe time of 60s (5s+11x5s=60s) before fails and removes the container. Signed-off-by: James Drummond <james@devcomb.com> |
||
|---|---|---|
| .. | ||
| keycloak | ||
| postgres | ||
| che-init-image-stream.yaml | ||
| configure_and_start_keycloak.sh | ||
| deploy_postgres_and_keycloak.sh | ||
| deploy_postgres_only.sh | ||
| wait_until_postgres_is_available.sh | ||