LOG delay ELK stack es/kb readiness 27/48827/1
authorMichael O'Brien <frank.obrien@amdocs.com>
Wed, 23 May 2018 21:25:08 +0000 (17:25 -0400)
committerMichael O'Brien <frank.obrien@amdocs.com>
Wed, 23 May 2018 21:28:13 +0000 (17:28 -0400)
Change-Id: I71cecd45eabfaedbcd7df68be6b55d1de382efa3
Issue-ID: LOG-256
Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
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