Merge "Increase DMAAP message-router-kafka timer"
authorBorislav Glozman <Borislav.Glozman@amdocs.com>
Wed, 27 Feb 2019 09:02:24 +0000 (09:02 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 27 Feb 2019 09:02:24 +0000 (09:02 +0000)
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