aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/vfc/values.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/vfc/values.yaml')
-rw-r--r--kubernetes/vfc/values.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/kubernetes/vfc/values.yaml b/kubernetes/vfc/values.yaml
index 3a15165e2f..05b7eb1fa3 100644
--- a/kubernetes/vfc/values.yaml
+++ b/kubernetes/vfc/values.yaml
@@ -30,6 +30,8 @@ global:
persistence:
mountPath: /dockerdata-nfs
mariadbGalera: &mariadbGalera
+ # flag to enable the DB creation via mariadb-operator
+ useOperator: true
#This flag allows VFC to instantiate its own mariadb-galera cluster
localCluster: false
service: mariadb-galera
@@ -59,6 +61,10 @@ mariadb-galera: &localMariadb
# password:
externalSecret: *dbRootPassSecret
nameOverride: &dbServer vfc-mariadb
+ service:
+ name: *dbServer
+ portName: *dbServer
+ internalPort: 3306
nfsprovisionerPrefix: vfc
persistence:
mountSubPath: vfc/data