Container restart loop 69/59469/1
authorac2550 <ac2550@intl.att.com>
Tue, 7 Aug 2018 13:36:10 +0000 (15:36 +0200)
committerac2550 <ac2550@intl.att.com>
Tue, 7 Aug 2018 13:37:39 +0000 (15:37 +0200)
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>
kubernetes/clamp/values.yaml

index 86c55df..2a321e7 100644 (file)
@@ -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