CZERTAINLY / CZERTAINLY-Helm-Charts

CZERTAINLY - Helm Charts
https://www.czertainly.com
MIT License
4 stars 2 forks source link

Add resources to messaging-statefulset, curl and theme init containers #175

Closed semik closed 5 months ago

semik commented 6 months ago

messaging-statefulset was not using resources, fixing.

InitContainers for RabbitMQ and Keycloak were missing support for resources. Adding.

I'm not sure where to write documentation for .Values.curl.image.resources. If it is required please let me know.

Missing resources definition were causing troubles at customer cluster, it had default limit 5m on CPU. messaging-statefulset was not able to start at all. And InitContainers were causing unnecessary delays.

3keyroman commented 5 months ago

Thanks, @semik , for the PR. There are missing updates to the sub-chart versions, and it should be also included in the umbrella chart to be updated. Actions are failing now because of the version check.

Can you please update it?