gadsme / charts

Gadsme Helm chart repository
Apache License 2.0
44 stars 25 forks source link

Feature request: resources to worker's initContainer #27

Closed dtamai closed 1 year ago

dtamai commented 1 year ago

Hi! Thanks for the chart!

I'm trying to make the pods of Cubestore have a QoS Guaranteed, but the initContainer does not specify resources therefore I get a QoS Burstable.

From the Init Containers docs:

The QoS (quality of service) tier of the Pod's effective QoS tier is the QoS tier for init containers and app containers alike.

Is it possible to add an option to define resources for the initContainer?

Thanks!