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
If you want to run the Sophora Server in a Cluster without setting resource requests or limits, you have to "delete" the default values by setting for example .Values.resources.limits to null in the values.yaml.
Unfortunately, deleting of default-values using null is still not possible while using Helm with sub-charts (see helm/helm#12879).
Adding an enabled flag to disable resources settings would be great.
If you want to run the Sophora Server in a Cluster without setting resource requests or limits, you have to "delete" the default values by setting for example
.Values.resources.limits
to null in thevalues.yaml
.Unfortunately, deleting of default-values using null is still not possible while using Helm with sub-charts (see helm/helm#12879).
Adding an
enabled
flag to disable resources settings would be great.For example:
to configure the resource limits
to run the Sophora Server without resource limits.
The text was updated successfully, but these errors were encountered: