-
Notifications
You must be signed in to change notification settings - Fork 204
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
Added pod affinity support #741
Added pod affinity support #741
Conversation
…ntation accordingly
…n top part of _supplemental.tpl files
…max22/pega-helm-charts into feature/pod-affinity-support
@Anand-Kotamsetti @nikhilparmar86 Can you please review the changes from respective sub charts? |
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.
From SRS helm chart POV, changes looks good to me!!
Before approving it wanted to know that, did we test these changes by deploying it locally also can we add tests for the same in terratest/src/test/backingservices/srs-deployment_test.go ?
Thanks
@alemax22 Can you add corresponding tests for all the referenced deployments in this PR ? Also would you be able to resolve the conflicts? |
* remove obsolete logger * update expected contents
…#757) * support configuration of ndots * quote ndots to avoid json unmarshall error --------- Co-authored-by: Bachir Berrachedi <bachir.berrachedi@pega.com> Co-authored-by: Adam Talbot <Adam.Talbot@pega.com>
* BUG-868785 Update values.yaml with replication factor 3 Pega recommended replication factor is 3 --------- Co-authored-by: MadhuriArugula <madhuriarugula77@gmail.com>
…R's with no activity (pegasystems#756) * US-614190: Stale action workflow to handle for github repo issues & pull requests with no activity for more than 60 days * fixed review comments * fixed review comments --------- Co-authored-by: rajuu <UmaveeraBasaveswararao.Rajulapati@pega.com>
* removing conditional statements for LRW * Keeping indenting consistent --------- Co-authored-by: locoe <Evan.Loconto@pega.com>
Co-authored-by: MadhuriArugula <madhuriarugula77@gmail.com>
Co-authored-by: vermn1 <nihal.verma@in.pega.com>
* [US-624017] Adding JDBC Connection information * Edited wording following SME suggestion
@MadhuriArugula unit tests created for every deployment modified and updated branch with the last changes from the master |
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.
Changes look good to me from SRS helm chart end!!
@npjohnson637 Can you review the PR for constellation chart. |
Added pod affinity support in:
Updated the documentations of all the above charts in order to describe how to adopt the pod affinity feature in the charts.
Resolves Missing nodeSelector for search and hazelcast/clustering service pods #580