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

Add a default CPU/memory requests and limits to the operator #1514

Closed
jpkrohling opened this issue Jul 21, 2021 · 0 comments · Fixed by #1515
Closed

Add a default CPU/memory requests and limits to the operator #1514

jpkrohling opened this issue Jul 21, 2021 · 0 comments · Fixed by #1515
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@jpkrohling
Copy link
Contributor

jpkrohling commented Jul 21, 2021

Similar to #872, but for the operator. The following should be more than sufficient even when the operator is managing hundreds of CRs.

        resources:
          limits:
            cpu: 500m
            memory: 512Mi
          requests:
            cpu: 100m
            memory: 128Mi

It should be added to the container we have in this deployment: https://github.com/jaegertracing/jaeger-operator/blob/master/deploy/operator.yaml

@jpkrohling jpkrohling added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant