-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Helm charts] Add support to set resources for controller pods #636
[Helm charts] Add support to set resources for controller pods #636
Conversation
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.
Thanks so much for taking the time to open this pull request!
This looks great!
The most important change that needs to be done is to add an entry for controller.resources
into our docs. https://github.com/nginxinc/kubernetes-ingress/blob/master/deployments/helm-chart/README.md#configuration
I've made a few small change requests too, to ensure consistency.
70519d3
to
4496d18
Compare
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.
Thanks. - One final change from me!
4496d18
to
355a7ec
Compare
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.
👍
Thanks a lot! @guilhermeoki |
Proposed changes
Add support to set resources for controller pods in helm charts.
Checklist
Before creating a PR, run through this checklist and mark each as complete.