File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,11 @@ helmCharts:
8181 size : 20Gi
8282 resources :
8383 limits :
84- memory : 640Mi # 30% of 2.1Gi
84+ cpu : 200m
85+ memory : 396Mi # 30% of 2.1Gi
8586 requests :
86- cpu : 300m # 30% of 1
87- memory : 460Mi # 30% of 1.5Gi
87+ cpu : 50m # 30% of 1
88+ memory : 128Mi # 30% of 1.5Gi
8889 tolerations :
8990 - key : " role"
9091 operator : " Equal"
@@ -97,10 +98,10 @@ helmCharts:
9798 replicas : 2
9899 resources :
99100 limits :
100- memory : 1.71Gi # 30% of 5.7Gi
101+ memory : 1024Mi # 30% of 5.7Gi
101102 requests :
102- cpu : 600m # 30% of 2
103- memory : 1.2Gi # 30% of 4Gi
103+ cpu : 400m # 30% of 2
104+ memory : 512Mi # 30% of 4Gi
104105 tolerations :
105106 - key : " role"
106107 operator : " Equal"
@@ -115,10 +116,10 @@ helmCharts:
115116 replicas : 3
116117 resources :
117118 limits :
118- memory : 2.8Gi # 30% of 12Gi
119+ memory : 2Gi # 30% of 12Gi
119120 requests :
120- cpu : 500m # 30% of 3.5
121- memory : 1.8Gi # 30% of 8Gi
121+ cpu : 400m # 30% of 3.5
122+ memory : 1.6Gi # 30% of 8Gi
122123 topologySpreadConstraints : {}
123124 zoneAwareReplication :
124125 enabled : false
You can’t perform that action at this time.
0 commit comments