Merge "[CDS] Enable hazelcast cluster cds blueprint processor"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 16 Jul 2020 13:36:40 +0000 (13:36 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 16 Jul 2020 13:36:40 +0000 (13:36 +0000)
1  2 
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"