From 76fa58b75ef4298f0e8274bec6a0bd2c25219944 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Thu, 30 Jul 2020 12:39:31 +0800 Subject: [PATCH] Fixed storage location --- bedrock/Chart.yaml | 2 +- bedrock/values.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bedrock/Chart.yaml b/bedrock/Chart.yaml index 7e70d22..aad5452 100644 --- a/bedrock/Chart.yaml +++ b/bedrock/Chart.yaml @@ -14,7 +14,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. -version: 0.1.1 +version: 0.1.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/bedrock/values.yaml b/bedrock/values.yaml index 934f2ee..c9db8cb 100644 --- a/bedrock/values.yaml +++ b/bedrock/values.yaml @@ -66,4 +66,6 @@ tolerations: [] affinity: {} - +config: + storageClassName: nfs-client-hermes + storageSize: 10Gi