Merge "Removed use of vfc-redis from etsicatalog component"
[oom.git] / kubernetes / vfc / values.yaml
index aac8039..eb6638b 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+global:
+  config:
+    ssl_enabled: false
+    msbprotocol: https
+    msbServiceName: msb-iag
+    msbPort: 443
+    dbServiceName: vfc-db
+    dbPort: 3306
+    dbUser: root
+    mariadbRootPassword: secretpassword
+    redisServiceName: vfc-redis
+    redisPort: 6379
+    reg_to_msb_when_start: False
+  persistence:
+    mountPath: /dockerdata-nfs
+
 # application configuration
 config:
   logstashServiceName: log-ls
   logstashPort: 5044
 
+mariadb-galera:
+  nameOverride: vfc-mariadb
+  service:
+    name: vfc-db
+    portName: vfc-db
+  nfsprovisionerPrefix: vfc
+  persistence:
+    mountSubPath: vfc/data
+    enabled: true
+  disableNfsProvisioner: true
+
+catalog:
+  config:
+    dbPodName: vfc-db
+    dbServiceName: vfc-db
+nslcm:
+  config:
+    dbPodName: vfc-db
+    dbServiceName: vfc-db
 # sub-chart configuration
 vfc-workflow:
   service:
@@ -24,4 +59,4 @@ vfc-workflow:
 
 vfc-workflow-engine:
   config:
-    workflowPort: 10550
\ No newline at end of file
+    workflowPort: 10550