-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added affinity to pod of clustering service * Added affinity to pod of hz deployment * Update the documentation * Added pod affinity to tiers of pega and updated documentation accordingly * Added pod affinity to install/upgrade jobs of pega and updated documentation accordingly * Added affinity to pegasearch deployment and updated documentation * Added pod affinity to constellation and updated documentation * Added pod affinity to constellation messaging service and updated documentation * Added pod affinity to srs service and updated documentation * Aligned all supplemental.tpl files * Removed useless comments in template definition and aligned comment in top part of _supplemental.tpl files * Added Test for affinity on pega tiers * Rearrange test code * Fixed conflicts * Aligned go files * remove obsolete logger (#746) * remove obsolete logger * update expected contents * Add support for custom dns policy setting of ndots value (#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> * Update chart versions to 3.21.0 * Bug 868785 : Replication factor value updated to 3. (#762) * BUG-868785 Update values.yaml with replication factor 3 Pega recommended replication factor is 3 --------- Co-authored-by: MadhuriArugula <madhuriarugula77@gmail.com> * US-612844: Added toleration configuration for workloads (#758) * US-612844: Added toleration configuration for workloads * US-612844: Updated values.yaml with toleration configuration * US-612844: Updated tolerations configurations in Readme --------- Co-authored-by: MadhuriArugula <madhuriarugula77@gmail.com> * US-614190: Stale action workflow to handle for github repo issues & PR's with no activity (#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> * Fixed merge * Update chart versions to 3.22.0 * Removing conditional statements for LRW (#768) * removing conditional statements for LRW * Keeping indenting consistent --------- Co-authored-by: locoe <Evan.Loconto@pega.com> * Update chart versions to 3.23.0 * BUG-870872 - Update SRS version to 1.31.2 (#760) Co-authored-by: MadhuriArugula <madhuriarugula77@gmail.com> * BUG-867426 : Hazelcast PDB corrected (#773) Co-authored-by: vermn1 <nihal.verma@in.pega.com> * [US-624017] Adding JDBC Connection information (#777) * [US-624017] Adding JDBC Connection information * Edited wording following SME suggestion * Fixed merge * Fixed merge * Fixed merge * Fixed conglicts * Added Unit Test for Pegasearch deployment * Added unit test for affinity of install chart * Added Unit Tests for affinity in hazelcast and clustering service * Added Unit Test for affinity of SRS deployment * Added Unit Test of Affinity for constellation and constellation messaging charts --------- Co-authored-by: Kishor Kumar Vasantala <kishor.vasantal@gmail.com> Co-authored-by: Alessandro Cattapan <alessandro.cattapan@corner.ch> Co-authored-by: Andrew Roskuski <andrew.roskuski@pega.com> Co-authored-by: bachirgit <bachirm@gmail.com> Co-authored-by: Bachir Berrachedi <bachir.berrachedi@pega.com> Co-authored-by: Adam Talbot <Adam.Talbot@pega.com> Co-authored-by: APegaDavis <APegaDavis@bots.github.com> Co-authored-by: Narayana Raju <59383142+raju119@users.noreply.github.com> Co-authored-by: MadhuriArugula <madhuriarugula77@gmail.com> Co-authored-by: PEGA-NarasimhaRao-Meda <109585795+PEGA-NarasimhaRao-Meda@users.noreply.github.com> Co-authored-by: Uma Veera <ruvbasaveswararao@gmail.com> Co-authored-by: rajuu <UmaveeraBasaveswararao.Rajulapati@pega.com> Co-authored-by: MadhuriArugula <MadhuriArugula@bots.github.com> Co-authored-by: Evan1oconto <evanloconto@gmail.com> Co-authored-by: locoe <Evan.Loconto@pega.com> Co-authored-by: Evan1oconto <Evan1oconto@bots.github.com> Co-authored-by: Kinga Kowalska <120555574+kingakowalska1@users.noreply.github.com> Co-authored-by: vnihal72 <79415342+vnihal72@users.noreply.github.com> Co-authored-by: vermn1 <nihal.verma@in.pega.com>
- Loading branch information
1 parent
88f0af2
commit 2c5ade1
Showing
28 changed files
with
551 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
charts/backingservices/charts/constellation-messaging/templates/_helpers.tpl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{{- define "podAffinity" }} | ||
{{- if .affinity }} | ||
affinity: | ||
{{- toYaml .affinity | nindent 2 }} | ||
{{- end }} | ||
{{ end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,4 +69,5 @@ spec: | |
port: 3000 | ||
ports: | ||
- containerPort: 3000 | ||
{{- include "podAffinity" .Values | indent 6 }} | ||
{{ end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -530,4 +530,4 @@ servicePort: use-annotation | |
- secret: | ||
name: {{ include "pega-diagnostic-secret-name" $}} | ||
|
||
{{- end}} | ||
{{- end}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.