Increase DMAAP message-router-kafka timer 29/79229/1
authorYang Xu <yang.xu3@huawei.com>
Tue, 26 Feb 2019 22:47:58 +0000 (17:47 -0500)
committerYang Xu <yang.xu3@huawei.com>
Tue, 26 Feb 2019 22:48:06 +0000 (17:48 -0500)
Change-Id: I39ff308acc074ed5e8f9e6805cbe273738296990
Issue-ID: INT-941
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
kubernetes/dmaap/charts/message-router/charts/message-router-kafka/values.yaml

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