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

Allow resource limits overrides #789

Merged

Conversation

rubenvp8510
Copy link
Collaborator

@rubenvp8510 rubenvp8510 commented Feb 9, 2024

Fixes #726

This is the first step on providing some enhancements to the resources, this at least will provide some flexibility for the users that are not comfortable using the formula.

This doesn't change anything on the formula side, it will directly override the component resources. and won't touch the rest of the components at all.

@codecov-commenter
Copy link

codecov-commenter commented Feb 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (db8a136) 73.82% compared to head (5252719) 73.95%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #789      +/-   ##
==========================================
+ Coverage   73.82%   73.95%   +0.12%     
==========================================
  Files          84       84              
  Lines        6197     6227      +30     
==========================================
+ Hits         4575     4605      +30     
  Misses       1393     1393              
  Partials      229      229              
Flag Coverage Δ
unittests 73.95% <100.00%> (+0.12%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

rubenvp8510 and others added 2 commits February 12, 2024 08:43
Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
Co-authored-by: Andreas Gerstmayr <andreas@gerstmayr.me>
Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
@andreasgerstmayr andreasgerstmayr merged commit 33f677b into grafana:main Feb 12, 2024
11 checks passed
@mncf9
Copy link

mncf9 commented Feb 12, 2024

Thank you for this work 💪🙏

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 this pull request may close these issues.

Allow resource limits overrides
4 participants