We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ba18c1 + 2937753 commit d806dfdCopy full SHA for d806dfd
1 file changed
deploy/helm/ifrcgo-helm/values.yaml
@@ -214,11 +214,11 @@ argoHooks:
214
215
cronjobsDefaultResources:
216
requests:
217
- cpu: 1
+ cpu: 0.1
218
memory: 4Gi
219
limits:
220
221
- memory: 4Gi
+ cpu: 4
+ memory: 5Gi
222
223
cronjobs:
224
- command: 'index_and_notify'
@@ -227,11 +227,11 @@ cronjobs:
227
schedule: '10 */2 * * *'
228
resources:
229
230
- memory: 6Gi
231
- cpu: 2
232
233
- memory: 8Gi
234
+ memory: 6Gi
235
- command: 'ingest_appeals'
236
schedule: '*/30 * * * *'
237
- command: 'sync_appealdocs'
0 commit comments