che-server/dockerfiles/init/modules/openshift/files/scripts/multi-user
James Drummond PE 4b0e2da8f8
Openshift ocp fails due to livenessProbe. (#8263)
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>
2018-01-15 10:23:57 -06:00
..
keycloak Openshift ocp fails due to livenessProbe. (#8263) 2018-01-15 10:23:57 -06:00
postgres Update deployment-config.yaml 2017-11-17 08:09:30 +01:00
che-init-image-stream.yaml Multi-user Eclipse Che (#6441) 2017-10-06 17:27:27 +03:00
configure_and_start_keycloak.sh Fix kc db import on os (#7251) 2017-11-09 10:55:39 +02:00
deploy_postgres_and_keycloak.sh Make it possible to update Che on OCP, including rolling update (#8002) 2017-12-22 08:42:50 +02:00
deploy_postgres_only.sh Make it possible to update Che on OCP, including rolling update (#8002) 2017-12-22 08:42:50 +02:00
wait_until_postgres_is_available.sh Fix deployment to Minishift with default behavior (#7012) 2017-10-31 11:55:49 +02:00