adamant-kite-43734
05/01/2024, 7:35 PMsparse-fireman-14239
05/02/2024, 2:38 PMdry-accountant-81410
05/02/2024, 4:01 PMstorageClassName: longhorn
but I have to specify storage: 5Gi
in the PVC. But really i want this to be an dynamic value, so a user can put in, say 6Gi of files and the PVC will change to accommodate it
Here is the k8s file that is applied when a user “creates a bucket”: https://github.com/anthonybudd/s3-from-scratch/blob/master/api/bucket.yml
see also: https://github.com/anthonybudd/s3-from-scratch/blob/master/api/src/routes/Buckets.js#L94