Configurable resource limits for devworkspaces #20527
Labels
area/devworkspace-operator
kind/enhancement
A feature request - must adhere to the feature request template.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
severity/P1
Has a major impact to usage or development of the system.
Is your enhancement related to a problem? Please describe
Currently, the devworkspace-operator (DWO) sets the default CPU and memory limit unconditionally to a certain value (64M/128M for memory request/limit and no defaults for CPU, leaving them to the cluster defaults).
Che server can be configured with custom default memory and cpu requests/limits.
Describe the solution you'd like
We should enable this functionality also for the devworkspaces. This would probably be implemented as a new property in
CheCluster
custom resource (bothv1
andv2alpha1
).Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: