File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -213,10 +213,10 @@ helmCharts:
213213 replicas : 1
214214 resources :
215215 limits :
216- memory : 2Gi # 50% of 2.8Gi
216+ memory : 1024Mi # 50% of 2.8Gi
217217 requests :
218- cpu : 500m # 50% of 1
219- memory : 1Gi # 50% of 2Gi
218+ cpu : 200m # 50% of 1
219+ memory : 512Mi # 50% of 2Gi
220220 tolerations :
221221 - key : " role"
222222 operator : " Equal"
@@ -233,8 +233,8 @@ helmCharts:
233233 limits :
234234 memory : 640Mi # 30% of 2.1Gi
235235 requests :
236- cpu : 300m # 30% of 1
237- memory : 460Mi # 30% of 1.5Gi
236+ cpu : 100m # 30% of 1
237+ memory : 256Mi # 30% of 1.5Gi
238238 topologySpreadConstraints : {}
239239 zoneAwareReplication :
240240 enabled : false
@@ -262,7 +262,7 @@ helmCharts:
262262 limits :
263263 memory : 219Mi # 30% of 731Mi
264264 requests :
265- cpu : 300m # 30% of 1
265+ cpu : 100m # 30% of 1
266266 memory : 154Mi # 30% of 512Mi
267267
268268 metaMonitoring :
You can’t perform that action at this time.
0 commit comments