From: ac2550 Date: Tue, 7 Aug 2018 13:36:10 +0000 (+0200) Subject: Container restart loop X-Git-Tag: 3.0.0-ONAP~465^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=cfa75fe987e8218af93dc154fff2b0486c08146a;p=oom.git 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 --- 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