I am using nfs persistent storage on my kubernetes cluster and I'm trying to limit the size of storage a deployment can get.
basically I want to make sure that if a deployement use a claim of 5 Gb, my container can't create more that 5Gb of file.
Any idea of how I could create this constraint ?