Update vfc chart using OOM shared mariadb galera
[oom.git] / kubernetes / vfc / values.yaml
index aac8039..7afa643 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+global:
+  config:
+    msbServiceName: msb-iag
+    msbPort: 80
+    dbServiceName: vfc-db
+    dbPort: 3306
+    dbUser: root
+    mariadbRootPassword: secretpassword
+    redisServiceName: vfc-redis
+    redisPort: 6379
+  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 +56,4 @@ vfc-workflow:
 
 vfc-workflow-engine:
   config:
-    workflowPort: 10550
\ No newline at end of file
+    workflowPort: 10550