Increase the base Minio storage to 2Gi in Helm chart.

This commit is contained in:
Sam Rose 2024-04-12 09:57:34 +01:00
parent 0a54396f66
commit bf223f1f09
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ services:
# do this.
url: "http://minio-service:9000"
# -- How much storage to give Minio in its PersistentVolumeClaim.
storage: 100Mi
storage: 2Gi
# -- If defined, storageClassName: <storageClass> If set to "-",
# storageClassName: "", which disables dynamic provisioning If undefined
# (the default) or set to null, no storageClassName spec is set, choosing