From: MatthieuGeerebaert Date: Fri, 17 Aug 2018 09:05:35 +0000 (+0200) Subject: Container restart loop X-Git-Tag: 3.0.0-ONAP~397^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=50d3f3f2ae9acbc75317a58fb54aa440537d37d1;p=oom.git Container restart loop The container restarts in a loop before being considered as living on slow labs. Change-Id: I3bb243e0d096c3e1e11b2738a2673ff5c577ab8d Issue-ID: EXTAPI-122 Signed-off-by: MatthieuGeerebaert --- diff --git a/kubernetes/nbi/values.yaml b/kubernetes/nbi/values.yaml index 68beacdc35..033c5fb577 100644 --- a/kubernetes/nbi/values.yaml +++ b/kubernetes/nbi/values.yaml @@ -83,7 +83,7 @@ affinity: {} # probe configuration parameters liveness: - initialDelaySeconds: 10 + initialDelaySeconds: 120 periodSeconds: 10 # necessary to disable liveness probe when setting breakpoints # in debugger so K8s doesn't restart unresponsive container