Increase portal-db initial liveness probe time 87/48087/1
authorGary Wu <gary.i.wu@huawei.com>
Thu, 17 May 2018 18:57:51 +0000 (11:57 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Thu, 17 May 2018 18:57:51 +0000 (11:57 -0700)
The most recent TLAB OOM Portal deployment failed
due to the portal-db initialization being terminated
at the 5 minutes mark.
Bumping the probe initial delays even higher.

Change-Id: I6904fe7c4dd894725b7febcceab07a80e348a69e
Issue-ID: PORTAL-283
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
kubernetes/portal/charts/portal-mariadb/values.yaml

index ae5849e..fc4836b 100644 (file)
@@ -77,14 +77,14 @@ affinity: {}
 
 # probe configuration parameters
 liveness:
-  initialDelaySeconds: 300
+  initialDelaySeconds: 450
   periodSeconds: 10
   # necessary to disable liveness probe when setting breakpoints
   # in debugger so K8s doesn't restart unresponsive container
   enabled: true
 
 readiness:
-  initialDelaySeconds: 300
+  initialDelaySeconds: 450
   periodSeconds: 10
 
 ## Persist data to a persitent volume