diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-07-29 17:52:55 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-08-06 13:43:47 +0000 |
commit | 9b1f54400c9f87cb28720d0ca39c0ea681061947 (patch) | |
tree | be456f99bd61488dfa04766ea3d40e6d674858db /kubernetes/vid/charts | |
parent | 86de6c6c8917041ff9bac371c3c34728b61b6e54 (diff) |
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>
Diffstat (limited to 'kubernetes/vid/charts')
-rw-r--r-- | kubernetes/vid/charts/vid-mariadb-galera/values.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kubernetes/vid/charts/vid-mariadb-galera/values.yaml b/kubernetes/vid/charts/vid-mariadb-galera/values.yaml index d5ed703767..5ea5bddb6c 100644 --- a/kubernetes/vid/charts/vid-mariadb-galera/values.yaml +++ b/kubernetes/vid/charts/vid-mariadb-galera/values.yaml @@ -43,8 +43,7 @@ config: # 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: {} |