Skip to content

Commit 1213c36

Browse files
committed
fix: Revert memory requirements changes
1 parent 930278a commit 1213c36

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

codacy/values-production.yaml

Lines changed: 7 additions & 7 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: 1000Mi
201+
memory: 500Mi
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: 3000Mi
212+
memory: 1Gi
213213
requests:
214214
cpu: 200m
215-
memory: 1500Mi
215+
memory: 200Mi
216216

217217
remote-provider-service:
218218
replicaCount: 2
219219
resources:
220220
limits:
221221
cpu: 500m
222-
memory: 1500Mi
222+
memory: 750Mi
223223
requests:
224224
cpu: 200m
225-
memory: 1000Mi
225+
memory: 200Mi
226226

227227
listener:
228228
replicaCount: 2
@@ -281,10 +281,10 @@ worker-manager:
281281
resources:
282282
limits:
283283
cpu: 500m
284-
memory: 1500Mi
284+
memory: 1000Mi
285285
requests:
286286
cpu: 200m
287-
memory: 1000Mi
287+
memory: 200Mi
288288

289289
crow:
290290
replicaCount: 1

0 commit comments

Comments
 (0)