From 6d788c7eff0bfc0c5f318c107e01cf78467e2740 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Sun, 30 Apr 2017 14:56:04 -0500 Subject: [PATCH] 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 --- mariadb/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mariadb/values.yaml b/mariadb/values.yaml index 70c6173116..7c10580a9d 100644 --- a/mariadb/values.yaml +++ b/mariadb/values.yaml @@ -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