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

Loki components compute resources are not configurable #71

Open
4n4nd opened this issue May 21, 2021 · 0 comments
Open

Loki components compute resources are not configurable #71

4n4nd opened this issue May 21, 2021 · 0 comments

Comments

@4n4nd
Copy link
Contributor

4n4nd commented May 21, 2021

All loki components are deployed with a default compute resource limit

resources: {
    requests: { cpu: '100m', memory: '100Mi' },
    limits: { cpu: '200m', memory: '200Mi' },
  }

These values are not very production environment friendly.

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

Successfully merging a pull request may close this issue.

1 participant