mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
MariaDB: use multiple replicas in multinode gates
Change-Id: Ibea3f0270bed830c8b13eafc5f196f30601c13c3
This commit is contained in:
committed by
Chris Wedgwood
parent
3ba1ccc06e
commit
617d0f1acf
@@ -19,6 +19,7 @@ set -xe
|
||||
#NOTE: Deploy command
|
||||
helm upgrade --install mariadb ./mariadb \
|
||||
--namespace=openstack \
|
||||
--set pod.replicas.server=3 \
|
||||
${OSH_EXTRA_HELM_ARGS} \
|
||||
${OSH_EXTRA_HELM_ARGS_MARIADB}
|
||||
#NOTE: Wait for deploy
|
||||
|
||||
Reference in New Issue
Block a user