Merge "[COMMON] Add custom certs into AAF truststore"
[oom.git] / kubernetes / vfc / values.yaml
index b204c58..0560832 100644 (file)
@@ -45,40 +45,49 @@ config:
   logstashPort: 5044
 
 mariadb-galera:
-  config:
-    mariadbRootPasswordExternalSecret: *dbRootPassSecret
-  nameOverride: vfc-mariadb
-  service:
-    name: vfc-mariadb
-    portName: vfc-mariadb
+  rootUser:
+    externalSecret: *dbRootPassSecret
+  nameOverride: &vfc-mariadb vfc-mariadb
   nfsprovisionerPrefix: vfc
   persistence:
     mountSubPath: vfc/data
     enabled: true
   disableNfsProvisioner: true
+  serviceAccount:
+    nameOverride: *vfc-mariadb
+  replicaCount: 1
 
 db: &dbConfig
   mariadbService: vfc-mariadb
   mariadbPort: 3306
   mariadbRootPasswordExternalSecret: *dbRootPassSecret
 
-vfc-catalog:
-  config:
-    << : *dbConfig
+vfc-generic-vnfm-driver:
+  enabled: true
+
+vfc-huawei-vnfm-driver:
+  enabled: true
 
 vfc-nslcm:
+  enabled: true
   config:
     << : *dbConfig
 
+vfc-redis:
+  enabled: true
+
 vfc-vnflcm:
+  enabled: true
   config:
     << : *dbConfig
 
 vfc-vnfmgr:
+  enabled: true
   config:
     << : *dbConfig
 
 vfc-vnfres:
+  enabled: true
   config:
     << : *dbConfig
 
@@ -90,3 +99,6 @@ vfc-workflow:
 vfc-workflow-engine:
   config:
     workflowPort: 10550
+
+vfc-zte-vnfm-driver:
+  enabled: true