You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
theosanderson
changed the title
The helm schema should allow only a memory or only a cpu setting in limits for defaultResources
The helm schema should allow only a memory or only a cpu setting in limits for defaultResources (currently it requires both/neither)
Feb 19, 2025
…in `limits` for `defaultResources`
Fixes#3720
Modify the helm schema to allow only a `memory` or only a `cpu` setting in `limits` for `defaultResources`.
* Make `memory` property in `limits` optional.
* Make `cpu` property in `limits` optional.
* Remove the requirement for both `memory` and `cpu` settings in `limits`.
* Remove the requirement for both `requests` and `limits` in `defaultResources`.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/loculus-project/loculus/issues/3720?shareId=XXXX-XXXX-XXXX-XXXX).
The schema should allow only a
memory
or only acpu
setting inlimits
fordefaultResources
(currently it doesn't, and that may apply more broadly)Originally posted by @theosanderson in #3715 (comment)
The text was updated successfully, but these errors were encountered: