The default value timeout for probes is one second, that is too small
and in some situations where there is a delay in processing, the pod
might be wronfully restarted.
We should increase the value of timeoutSeconds to 5.
TEST PLAN:
PASS: Kubectl pod describe showing timeout=5s for worker and master
pods, on Liveness and Readiness probes.
Story: 2011317
Task: 51499
Change-Id: I9435247b70b9da5363f6cf20329e441eeda8e48c
Signed-off-by: Bruno Veiga <Bruno.VeigadeAlmeida@windriver.com>