-
Notifications
You must be signed in to change notification settings - Fork 2k
allow configuring topologySpreadConstraints in Helm chart #2625
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
Conversation
Thanks @kdomanski |
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.
Codecov Report
@@ Coverage Diff @@
## main #2625 +/- ##
=======================================
Coverage 53.49% 53.49%
=======================================
Files 52 52
Lines 14754 14754
=======================================
Hits 7892 7892
Misses 6599 6599
Partials 263 263 📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
Done. |
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
@ciarams87 Hey, can I get a second review from you? |
@kdomanski can you rebase your branch with |
Proposed changes
This allows a user of the Helm chart to add topologySpreadConstraints to the ingress pots, for example in order to ensure even distribution among availability zones.
Checklist
Before creating a PR, run through this checklist and mark each as complete.
Fixes #2629