Skip to content

Commit 3a40dfe

Browse files
committed
fix: Increase memory limits components
1 parent 8fbe300 commit 3a40dfe

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

codacy/values-production.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

217217
remote-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

227227
listener:
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

279279
worker-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

289289
crow:
290290
replicaCount: 1

0 commit comments

Comments
 (0)