Skip to content

Commit d6d83fd

Browse files
committed
feat(helm): lower the memory requirement for molnix
1 parent 95fbb5d commit d6d83fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deploy/helm/ifrcgo-helm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,10 @@ cronjobs:
227227
schedule: '10 */2 * * *'
228228
resources:
229229
requests:
230-
memory: 5Gi
230+
memory: 1Gi
231231
cpu: 0.1
232232
limits:
233-
memory: 6Gi
233+
memory: 2Gi
234234
cpu: 4
235235
- command: 'ingest_appeals'
236236
schedule: '*/30 * * * *'

0 commit comments

Comments
 (0)