MariaDB: Reduce size of default PVC

This PS reduces the default size of the PVC to one that works on systems
with limited storage avalible. It has no effect on the resilance or
production readyness status of the deployed cluster, simply the amount
of data that can be stored within it.

Change-Id: Ic01b9a6658a1b4161b160f35842060ad84cb8ec7
This commit is contained in:
Pete Birley 2017-04-30 14:56:04 -05:00
parent 88e174bd90
commit 6d788c7eff

View File

@ -58,7 +58,7 @@ images:
volume:
class_path: volume.beta.kubernetes.io/storage-class
class_name: general
size: 20Gi
size: 2Gi
labels:
node_selector_key: openstack-control-plane