datalust / helm.datalust.co

Helm charts hosted on helm.datalust.co
Apache License 2.0
10 stars 16 forks source link

if specify memory limits, there is an error #14

Closed thejvmshid closed 3 years ago

thejvmshid commented 3 years ago
image image image

And I have a second question: How to specify CPU limits? Thank you in advance

Respectfully, Jamshid Tursunov

KodrAus commented 3 years ago

Hi @toorsunov 👋

Sorry our docs are a little unclear here. You’ll need to remove the {} characters too if you uncomment the limits property.

You can specify CPU limits by adding a cpu property alongside memory, such as cpu: 2.

Theres some more details on memory and CPU limits in the Kubernetes docs too: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

KodrAus commented 3 years ago

It's been a little while now so I'll go ahead and close this one, but if you have any more questions please feel free to open new issues!