This message was deleted.
# general
a
This message was deleted.
👍 1
🚀 1
s
Why not use MinIO?
d
I am, there is a pod that starts up in k3s which is running minio, minio is attached to a PVC thats using
storageClassName: 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