syndesisio / syndesis-openshift-templates

OpenShift Templates for Syndesis
7 stars 18 forks source link

Initial delay timeout of syndesis-ui liveness probe #76

Closed dsimansk closed 7 years ago

dsimansk commented 7 years ago

@jimmidyson wrt to upgrade to nginx. I've noticed that initial delay for liveness probe on syndesis-ui is set for just 3 seconds. I expect that those lightweight servers are pretty fast to start-up, but we may end up with "instability" during fresh deployments.

In fact I've noticed it on Dedicated instance, that UI pod was killed prematurely. Could we raise it to something like 30s at least?

rhuss commented 7 years ago

Should be no problem as the other deployments take longer anyway (so increasing it to 30s won't delay the overall startup time of the application)

Feel free to send a PR.