Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set Resources requests/limits default limits #270

Open
NissesSenap opened this issue May 24, 2020 · 1 comment
Open

Set Resources requests/limits default limits #270

NissesSenap opened this issue May 24, 2020 · 1 comment

Comments

@NissesSenap
Copy link

Hey

As a happy beginner with nats it would be nice to get some decent default resources request/limits with the operator.
I know that I can put them down myself as defined in #236

I know setting defaults limits is hard due to that you don't know what kind of workload you want to run on nats but I personally think something small is better then nothing.

@jorgelon
Copy link

jorgelon commented Oct 30, 2024

try with this in the helm chart

container:
  merge:
    resources:
      limits:
        memory: 128Mi
      requests:
        cpu: 10m
        memory: 50Mi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants