atlassian / data-center-helm-charts

Helm charts for Atlassian's Data Center products

Home Page:https://atlassian.github.io/data-center-helm-charts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Suggestion] - Add resource requests and limits for init-containers

Pit-Storm opened this issue · comments

Suggestion

It would be helpful to have default resource requests and limits set for the init-containers as well. If a namespace has resource quotas in place, the deployment will fail. This is due to the fact that every containers need to have resource requests and limits need to be defined when resource quotas are specified.

This patch would be quite easy to make for just having default settings.

A second step would be to add the possibility for adjusting them as well in the values.yaml.

Product

Jira, Confluence

Code of Conduct

  • I agree to follow this project's Code of Conduct

@Pit-Storm it's a good suggestion. In most cases I'd expect k8s admins to let admission webhooks mutate pods and set defaults but yeah, if it does not happen, the pod will be denied. That's an easy change so I expect it'll be soon released.