-
Notifications
You must be signed in to change notification settings - Fork 83
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
Feature: Resource Limits for backstage container #27
Conversation
Why do we need this change? ======================= As per best practices we should enable/allow users to set both request and limits on their execution/running of the backstage app to ensure that it won't take up all resources for a node due to any potential memory leaks or run away cpu processes What effects does this change have? =======================
So I'm assuming a bit that #18 is just waiting on a touch of things and should update the docs automatically for this, but unclear what that might be waiting on. If we want to proceed with this I can update this and potentially that pr depending on desires. |
hey @JoshuaJackson-jobvite yeah, yesterday it was still missing approval from another maintainer and then it was waiting for me to get back to work today (since the culture in Backstage is to self-merge once approved for maintainers). It is merged now. 🙂 Can you please rebase and run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey! 👍 I like it, I would change the default value to be present in values file, otherwise lgtm (others may have opinion on the toYaml
but I don't feel educated enough on that bit, deferring to them).
… the readme via helm-docs. Keep in the example resources just so that folks have it in case of need
… to modify that pr again
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
Description of the change
Adds support for setting requests and limits on the backstage deployment such that folks can execute to their desired best practices on resource consolidation.
Existing or Associated Issue(s)
#26
Additional Information
Looked over my local developer deployment that has a number of added plugins and a few charts etc and what the resource limits were. Set memory fairly high comparatively but cpu should be fully in line.
Checklist
Chart.yaml
according to semver.values.yaml
and added to the README.md. The helm-docs utility can be used to generate the necessary content. Usehelm-docs --dry-run
to preview the content.ct lint
command.