[MARIADB][SO] Connect MariaDB Galera via master node
[oom.git] / kubernetes / vfc / components / vfc-vnflcm / values.yaml
index cd5e999..e0f5b5e 100644 (file)
@@ -20,6 +20,8 @@ global:
   config:
     ssl_enabled: false
   mariadbGalera:
+    # flag to enable the DB creation via mariadb-operator
+    useOperator: true
     localCluster: false
     service: mariadb-galera
     internalPort: 3306
@@ -41,7 +43,7 @@ secrets:
 # application image
 flavor: small
 
-image: onap/vfc/vnflcm:1.4.1
+image: onap/vfc/vnflcm:1.4.3
 pullPolicy: Always
 
 #Istio sidecar injection policy
@@ -78,7 +80,7 @@ readiness:
 service:
   type: ClusterIP
   name: vfc-vnflcm
-  portName: vfc-vnflcm
+  portName: http
   externalPort: 8801
   internalPort: 8801
 #  nodePort: 30801
@@ -104,3 +106,8 @@ resources:
       cpu: 200m
       memory: 500Mi
   unlimited: {}
+
+# Log configuration
+log:
+  path: /var/log/onap
+logConfigMapNamePrefix: '{{ include "common.fullname" . }}'