Merge "Increase portal-db initial liveness probe time"
authorBorislav Glozman <Borislav.Glozman@amdocs.com>
Wed, 23 May 2018 18:12:31 +0000 (18:12 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 23 May 2018 18:12:31 +0000 (18:12 +0000)
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