-
Notifications
You must be signed in to change notification settings - Fork 519
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
[ENHANCE] #639 , Add resources to the Reloader deployment. #692
Conversation
@bnallapeta Image is available for testing. |
Related issue -> #639 |
hi @kunj-bosamia thanks for the PR, i'd prefer if the resources are added to plain manifests only and to not change the chart values. |
@kunj-bosamia Images are available for testing. |
@kunj-bosamia Additionally, our current documentation includes parameters that users can pass during the Helm install command here. They can also set it in values.yaml, where recommended values are commented out. What do you think? |
Yeah I understand your point of view , the people who are doing helm install to install the reloader app in their k8s environment will have a control to edit the resources. I think most of the users directly do a
this is what I did in my k8s env , I know it's bad practice but we can get away with it. My point being at least this relaoser.yaml file should have resources defined in it. |
@kunj-bosamia Images are available for testing. |
@kunj-bosamia Sure. It makes sense to set moderate requests and limits as a safety net. Also, could you please add this in docs under this section? It'll help users know they can tweak it as needed. |
Added 👍 |
@kunj-bosamia Images are available for testing. |
@kunj-bosamia Images are available for testing. |
@kunj-bosamia Images are available for testing. |
Memory -> request & limits
Cpu -> requests & limits
are added to the reloader deployment.