The container restarts in a loop before being considered as living on slow
labs.
Change-Id: I9cacb084999c92690df2113e2ff29a52711877df
Issue-ID: CLAMP-208
Signed-off-by: ac2550 <ac2550@intl.att.com>
# probe configuration parameters
liveness:
- initialDelaySeconds: 30
+ initialDelaySeconds: 120
periodSeconds: 10
# necessary to disable liveness probe when setting breakpoints
# in debugger so K8s doesn't restart unresponsive container