Fix dcaegen2 redis values timeout 91/42891/1
authorBorislavG <Borislav.Glozman@amdocs.com>
Sun, 15 Apr 2018 12:10:48 +0000 (12:10 +0000)
committerBorislavG <Borislav.Glozman@amdocs.com>
Sun, 15 Apr 2018 12:11:42 +0000 (12:11 +0000)
There is a missing liveliness check timeoutSeconds param
Issue-ID: OOM-917
Change-Id: I2979cdde0c8f1df290a6443a52e81b87a3cff3db
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
kubernetes/dcaegen2/charts/redis/values.yaml

index 857f6e2..f6be9b0 100644 (file)
@@ -45,8 +45,9 @@ affinity: {}
 
 # probe configuration parameters
 liveness:
-  initialDelaySeconds: 15
+  initialDelaySeconds: 60
   periodSeconds: 10
+  timeoutSeconds: 10
   # necessary to disable liveness probe when setting breakpoints
   # in debugger so K8s doesn't restart unresponsive container
   enabled: true