Merge "LOG delay ELK stack es/kb readiness"
authorMike Elliott <mike.elliott@amdocs.com>
Thu, 24 May 2018 17:53:24 +0000 (17:53 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 24 May 2018 17:53:24 +0000 (17:53 +0000)
kubernetes/log/charts/log-elasticsearch/values.yaml
kubernetes/log/charts/log-kibana/values.yaml

index 1b5c14a..9e87b99 100644 (file)
@@ -48,14 +48,14 @@ affinity: {}
 
 # probe configuration parameters
 liveness:
-  initialDelaySeconds: 10
+  initialDelaySeconds: 120
   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: 120
   periodSeconds: 10
 
 ## Persist data to a persitent volume
index a133eac..032b60c 100644 (file)
@@ -51,7 +51,7 @@ affinity: {}
 
 # probe configuration parameters
 liveness:
-  initialDelaySeconds: 180
+  initialDelaySeconds: 300
   periodSeconds: 10
   timeoutSeconds: 1
   # necessary to disable liveness probe when setting breakpoints
@@ -59,7 +59,7 @@ liveness:
   enabled: true
 
 readiness:
-  initialDelaySeconds: 180
+  initialDelaySeconds: 300
   periodSeconds: 10
   timeoutSeconds: 1