Enable Cassandra liveness probe 94/84894/1
authorYang Xu <yang.xu3@huawei.com>
Wed, 10 Apr 2019 15:18:50 +0000 (11:18 -0400)
committerYang Xu <yang.xu3@huawei.com>
Wed, 10 Apr 2019 15:18:57 +0000 (11:18 -0400)
Change-Id: Ic21b7ea1c7e69106a594d9a7efd97fb590e28fc9
Issue-ID: INT-993
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
deployment/heat/onap-rke/env/windriver/onap-oom.env

index 64039bb..6020687 100644 (file)
@@ -86,7 +86,8 @@ parameters:
       aai-cassandra:
         replicaCount: 1
         liveness:
-          enabled: false
+          enabled: true
+          periodSeconds: 120
         readiness:
           periodSeconds: 120
     portal:
@@ -137,7 +138,8 @@ parameters:
           music-cassandra:
             replicaCount: 1
             liveness:
-              enabled: false
+              enabled: true
+              periodSeconds: 120
             readiness:
               periodSeconds: 120
           music-tomcat: