From 9eda3d3b707dc9f17c1bd231b1c1c18757f1d560 Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 13 Dec 2023 15:01:11 +1300 Subject: [PATCH] Expand mattermost config to 10Gi Signed-off-by: David Young --- charts/other/myprecious/Chart.yaml | 2 +- .../templates/pvcs-ssd/pvc-config-mattermost-ssd.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/other/myprecious/Chart.yaml b/charts/other/myprecious/Chart.yaml index 1bb451785..ce9788329 100644 --- a/charts/other/myprecious/Chart.yaml +++ b/charts/other/myprecious/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.2598-pre-14 +version: 1.0.2598-pre-15 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/other/myprecious/templates/pvcs-ssd/pvc-config-mattermost-ssd.yaml b/charts/other/myprecious/templates/pvcs-ssd/pvc-config-mattermost-ssd.yaml index 5226c588d..1a3b287a5 100644 --- a/charts/other/myprecious/templates/pvcs-ssd/pvc-config-mattermost-ssd.yaml +++ b/charts/other/myprecious/templates/pvcs-ssd/pvc-config-mattermost-ssd.yaml @@ -10,6 +10,6 @@ spec: - ReadWriteMany resources: requests: - storage: 1Gi + storage: 10Gi storageClassName: ceph-filesystem-ssd {{ end }} \ No newline at end of file