File tree Expand file tree Collapse file tree 6 files changed +72
-0
lines changed
Expand file tree Collapse file tree 6 files changed +72
-0
lines changed Original file line number Diff line number Diff line change 496496 "schema" : " participant" ,
497497 "secretName" : " participant-pg-secrets"
498498 },
499+ "resources" : {
500+ "limits" : {
501+ "memory" : " 8Gi"
502+ },
503+ "requests" : {
504+ "memory" : " 4Gi"
505+ }
506+ },
499507 "tolerations" : [
500508 {
501509 "effect" : " NoSchedule" ,
Original file line number Diff line number Diff line change 18541854 "schema" : " participant" ,
18551855 "secretName" : " participant-3-pg-secrets"
18561856 },
1857+ "resources" : {
1858+ "limits" : {
1859+ "memory" : " 18Gi"
1860+ },
1861+ "requests" : {
1862+ "memory" : " 12Gi"
1863+ }
1864+ },
18571865 "serviceAccountName" : " sv-canton-migration-3" ,
18581866 "tolerations" : [
18591867 {
19982006 "schema" : " participant" ,
19992007 "secretName" : " participant-4-pg-secrets"
20002008 },
2009+ "resources" : {
2010+ "limits" : {
2011+ "memory" : " 18Gi"
2012+ },
2013+ "requests" : {
2014+ "memory" : " 12Gi"
2015+ }
2016+ },
20012017 "serviceAccountName" : " sv-canton-migration-4" ,
20022018 "tolerations" : [
20032019 {
36563672 "schema" : " participant" ,
36573673 "secretName" : " participant-3-pg-secrets"
36583674 },
3675+ "resources" : {
3676+ "limits" : {
3677+ "memory" : " 18Gi"
3678+ },
3679+ "requests" : {
3680+ "memory" : " 12Gi"
3681+ }
3682+ },
36593683 "serviceAccountName" : " sv-canton-migration-3" ,
36603684 "tolerations" : [
36613685 {
38003824 "schema" : " participant" ,
38013825 "secretName" : " participant-4-pg-secrets"
38023826 },
3827+ "resources" : {
3828+ "limits" : {
3829+ "memory" : " 18Gi"
3830+ },
3831+ "requests" : {
3832+ "memory" : " 12Gi"
3833+ }
3834+ },
38033835 "serviceAccountName" : " sv-canton-migration-4" ,
38043836 "tolerations" : [
38053837 {
Original file line number Diff line number Diff line change 384384 "schema" : " participant" ,
385385 "secretName" : " postgres-secrets"
386386 },
387+ "resources" : {
388+ "limits" : {
389+ "memory" : " 8Gi"
390+ },
391+ "requests" : {
392+ "memory" : " 4Gi"
393+ }
394+ },
387395 "tolerations" : [
388396 {
389397 "effect" : " NoSchedule" ,
Original file line number Diff line number Diff line change 563563 "schema" : " participant" ,
564564 "secretName" : " participant-pg-secrets"
565565 },
566+ "resources" : {
567+ "limits" : {
568+ "memory" : " 8Gi"
569+ },
570+ "requests" : {
571+ "memory" : " 4Gi"
572+ }
573+ },
566574 "tolerations" : [
567575 {
568576 "effect" : " NoSchedule" ,
Original file line number Diff line number Diff line change @@ -89,6 +89,14 @@ export function installSvParticipant(
8989 additionalJvmOptions : jmxOptions ( ) ,
9090 enablePostgresMetrics : true ,
9191 serviceAccountName : imagePullServiceAccountName ,
92+ resources : {
93+ limits : {
94+ memory : '18Gi' ,
95+ } ,
96+ requests : {
97+ memory : '12Gi' ,
98+ } ,
99+ } ,
92100 } ,
93101 version ,
94102 {
Original file line number Diff line number Diff line change @@ -90,6 +90,14 @@ export function installParticipant(
9090 } ,
9191 additionalJvmOptions : jmxOptions ( ) ,
9292 enablePostgresMetrics : true ,
93+ resources : {
94+ requests : {
95+ memory : '4Gi' ,
96+ } ,
97+ limits : {
98+ memory : '8Gi' ,
99+ } ,
100+ } ,
93101 } ,
94102 version ,
95103 {
You can’t perform that action at this time.
0 commit comments