Merge "[AAI][RESOURCES] Remove Hardcoded certificates"
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Mon, 22 Feb 2021 23:08:40 +0000 (23:08 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 22 Feb 2021 23:08:40 +0000 (23:08 +0000)
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