Skip to content

Commit d806dfd

Browse files
Merge pull request #2699 from IFRCGo/develop
Pod sizing
2 parents 1ba18c1 + 2937753 commit d806dfd

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

deploy/helm/ifrcgo-helm/values.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,11 @@ argoHooks:
214214

215215
cronjobsDefaultResources:
216216
requests:
217-
cpu: 1
217+
cpu: 0.1
218218
memory: 4Gi
219219
limits:
220-
cpu: 1
221-
memory: 4Gi
220+
cpu: 4
221+
memory: 5Gi
222222

223223
cronjobs:
224224
- command: 'index_and_notify'
@@ -227,11 +227,11 @@ cronjobs:
227227
schedule: '10 */2 * * *'
228228
resources:
229229
requests:
230-
memory: 6Gi
231-
cpu: 2
230+
memory: 5Gi
231+
cpu: 0.1
232232
limits:
233-
memory: 8Gi
234-
cpu: 2
233+
memory: 6Gi
234+
cpu: 4
235235
- command: 'ingest_appeals'
236236
schedule: '*/30 * * * *'
237237
- command: 'sync_appealdocs'

0 commit comments

Comments
 (0)