Increase vid-mariadb-galera replicaCount from 1 to 2

Issue-ID: VID-358

Change-Id: Ic46c9d361e4df9ef218b8cb6ceb314d92810ced0
Signed-off-by: Ittay Stern <ittay.stern@att.com>
diff --git a/kubernetes/vid/charts/vid-mariadb-galera/values.yaml b/kubernetes/vid/charts/vid-mariadb-galera/values.yaml
index d5ed703..5ea5bdd 100644
--- a/kubernetes/vid/charts/vid-mariadb-galera/values.yaml
+++ b/kubernetes/vid/charts/vid-mariadb-galera/values.yaml
@@ -43,8 +43,7 @@
 
 
 # default number of instances in the StatefulSet
-# keep in mind that if the number is increased you need to update vid-galera-config-job.yaml so that the job will know to wait for all pods.
-replicaCount: 1
+replicaCount: 2
 
 nodeSelector: {}