1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

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:
Sam Rose 2024-04-12 10:41:22 +01:00 committed by GitHub
commit cefe645439
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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