diff options
author | ac2550 <ac2550@intl.att.com> | 2018-08-07 15:36:10 +0200 |
---|---|---|
committer | ac2550 <ac2550@intl.att.com> | 2018-08-07 15:37:39 +0200 |
commit | cfa75fe987e8218af93dc154fff2b0486c08146a (patch) | |
tree | 14956b879f6ac68a07b4a63f68407a8d29901f80 /kubernetes/clamp | |
parent | f2895bdfbff1a7c40dd7c247dcefcc19d43dcde0 (diff) |
Container restart loop
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>
Diffstat (limited to 'kubernetes/clamp')
-rw-r--r-- | kubernetes/clamp/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/clamp/values.yaml b/kubernetes/clamp/values.yaml index 86c55df3bd..2a321e7db2 100644 --- a/kubernetes/clamp/values.yaml +++ b/kubernetes/clamp/values.yaml @@ -73,7 +73,7 @@ affinity: {} # 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 |