apache / camel-k

Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers
https://camel.apache.org/camel-k
Apache License 2.0
868 stars 349 forks source link

Give configurable SizeLimit to emptyDir volumes in mount trait #5864

Closed hernanDatgDev closed 4 weeks ago

hernanDatgDev commented 1 month ago

Requirement

As part of the fix for issue #5752 a default SizeLimit is provided on the emptyDir volumes from the mount trait. Ideally this would be configurable by the user.

Problem

Currently there's no way to configure this as it's a default (1Gi) which may be too high of a default for some users.

Proposal

Add some pattern to the trait mount.empty-dir that allows the parsing of an additional field, SizeLimit

Open questions

No response

squakez commented 1 month ago

I understand you're working on this right, can I assign the issue?