Merge "Add replica settings for mariadb ingress pod"

This commit is contained in:
Zuul 2019-02-20 13:15:11 +00:00 committed by Gerrit Code Review
commit 3a2e5acb33
2 changed files with 3 additions and 2 deletions

View File

@ -1,2 +1,2 @@
SRC_DIR="sysinv" SRC_DIR="sysinv"
TIS_PATCH_VER=303 TIS_PATCH_VER=304

View File

@ -32,7 +32,8 @@ class MariadbHelm(openstack.OpenstackBaseHelm):
common.HELM_NS_OPENSTACK: { common.HELM_NS_OPENSTACK: {
'pod': { 'pod': {
'replicas': { 'replicas': {
'server': self._num_server_replicas() 'server': self._num_server_replicas(),
'ingress': self._num_controllers()
} }
}, },
'images': self._get_images_overrides(), 'images': self._get_images_overrides(),