Merge pull request #13472 from Budibase/increase-base-minio-storage
Increase the base Minio storage to 2Gi in Helm chart.
This commit is contained in:
commit
cefe645439
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue