File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ codacy-api:
198198 memory : 2000Mi
199199 requests :
200200 cpu : 500m
201- memory : 500Mi
201+ memory : 2000Mi
202202# # By default, Codacy includes a temporary license for a limited number of users.
203203# # Uncomment these annotations to enter a production license provided by a Codacy representative.
204204# config:
@@ -219,10 +219,10 @@ remote-provider-service:
219219 resources :
220220 limits :
221221 cpu : 500m
222- memory : 750Mi
222+ memory : 3200Mi
223223 requests :
224- cpu : 200m
225- memory : 200Mi
224+ cpu : 300m
225+ memory : 3000Mi
226226
227227listener :
228228 replicaCount : 2
@@ -262,10 +262,10 @@ engine:
262262 resources :
263263 limits :
264264 cpu : 2000m
265- memory : 15000Mi
265+ memory : 3000Mi
266266 requests :
267267 cpu : 200m
268- memory : 500Mi
268+ memory : 3000Mi
269269codacy-tools :
270270 replicaCount : 2
271271 resources :
@@ -284,7 +284,7 @@ worker-manager:
284284 memory : 1000Mi
285285 requests :
286286 cpu : 200m
287- memory : 200Mi
287+ memory : 1000Mi
288288
289289crow :
290290 replicaCount : 1
You can’t perform that action at this time.
0 commit comments