From: Sylvain Desbureaux Date: Thu, 16 Jul 2020 13:36:40 +0000 (+0000) Subject: Merge "[CDS] Enable hazelcast cluster cds blueprint processor" X-Git-Tag: 7.0.0~345 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b49d8cc0a72b27dad44318bec2068338239008e2;hp=-c;p=oom.git Merge "[CDS] Enable hazelcast cluster cds blueprint processor" --- b49d8cc0a72b27dad44318bec2068338239008e2 diff --combined kubernetes/cds/charts/cds-blueprints-processor/values.yaml index c481a4b1b3,5e63839c0a..2de835492f --- a/kubernetes/cds/charts/cds-blueprints-processor/values.yaml +++ b/kubernetes/cds/charts/cds-blueprints-processor/values.yaml @@@ -62,7 -62,7 +62,7 @@@ secrets ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/ccsdk-blueprintsprocessor:0.7.3 +image: onap/ccsdk-blueprintsprocessor:0.7.5 pullPolicy: Always # flag to enable debugging - application support required @@@ -71,7 -71,7 +71,7 @@@ debugEnabled: fals # application configuration config: appConfigDir: /opt/app/onap/config - useScriptCompileCache: true + useScriptCompileCache: false sdncDB: dbService: mariadb-galera dbPort: 3306 @@@ -89,7 -89,7 +89,7 @@@ # dbRootPassExternalSecret # default number of instances - replicaCount: 1 + replicaCount: 3 nodeSelector: {} @@@ -142,7 -142,7 +142,7 @@@ persistence cluster: # Cannot have cluster enabled if the replicaCount is not at least 3 # AND config value useScriptCompileCache is not set to false - enabled: false + enabled: true clusterName: cds-cluster @@@ -154,7 -154,7 +154,7 @@@ ingress enabled: false service: - baseaddr: "blueprintsprocessorhttp" - name: "blueprints-processor-http" + name: "cds-blueprints-processor-http" port: 8080 config: ssl: "none"