bottlerocket-os / bottlerocket-update-operator

A Kubernetes operator for automated updates to Bottlerocket
Other
179 stars 41 forks source link

feat: allow resource overwrites #560

Closed dani-CO-CN closed 1 year ago

dani-CO-CN commented 1 year ago

Issue number:

Closes: #557

Description of changes: Add a new key in values.yaml resources, move currently hard coded resources of agent-daemonset to the resources key and add new requests/limits for api-server and controller. I went with the resources for controller & apiserver with defaults from the ebs-csi-driver, feel free to remove the limits or adjust to some sane defaults.

Testing done:

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

gthao313 commented 1 year ago

The change looks great to us! Thank you @dani-CO-CN