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 : 1000Mi
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:
@@ -209,20 +209,20 @@ portal:
209209 resources :
210210 limits :
211211 cpu : 500m
212- memory : 1Gi
212+ memory : 1500Mi
213213 requests :
214214 cpu : 200m
215- memory : 200Mi
215+ memory : 1000Mi
216216
217217remote-provider-service :
218218 replicaCount : 2
219219 resources :
220220 limits :
221221 cpu : 500m
222- memory : 750Mi
222+ memory : 1500Mi
223223 requests :
224224 cpu : 200m
225- memory : 200Mi
225+ memory : 1000Mi
226226
227227listener :
228228 replicaCount : 2
@@ -274,17 +274,17 @@ codacy-tools:
274274 memory : 1Gi
275275 requests :
276276 cpu : 0.5
277- memory : 1Gi
277+ memory : 500Mi
278278
279279worker-manager :
280280 replicaCount : 2
281281 resources :
282282 limits :
283283 cpu : 500m
284- memory : 1000Mi
284+ memory : 1500Mi
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