Adding configuration parameters for Persistent Volume Claim sizes in Tutor k8s

Hi,
Today, the storage size for Persistent Volume Claims for services like MongoDB and MySQL are hard-coded in Tutor. I would like to create a PR to make those configurable by adding defaults in defaults.yaml. It’s very likely that users would need to increase the size of those volumes in a production setting (specially the databases). Are there any objections to this?

Hi @foadlind! Welcome to the forum!

Your proposal sounds interesting. I guess you can submit your PR and see there is there is any technical impediment.

Here is the PR: feat: Add config parameters for k8s volume sizes by foadlind · Pull Request #675 · overhangio/tutor · GitHub

@regis Is this a PR that you might consider merging before you cut the next Tutor release?