Merge "[AAI] Update certs to be valid until Jan 2022"
[oom.git] / kubernetes / common / cassandra / values.yaml
index fbdf8e3..c3d22ce 100644 (file)
@@ -55,8 +55,8 @@ affinity: {}
 # probe configuration parameters
 liveness:
   initialDelaySeconds: 60
-  periodSeconds: 10
-  timeoutSeconds: 3
+  periodSeconds: 20
+  timeoutSeconds: 10
   successThreshold: 1
   failureThreshold: 3
   # necessary to disable liveness probe when setting breakpoints
@@ -65,8 +65,8 @@ liveness:
 
 readiness:
   initialDelaySeconds: 120
-  periodSeconds: 10
-  timeoutSeconds: 3
+  periodSeconds: 20
+  timeoutSeconds: 10
   successThreshold: 1
   failureThreshold: 3