Skip to content

Commit

Permalink
Increase memory for long-run sync-molnix
Browse files Browse the repository at this point in the history
  • Loading branch information
szabozoltan69 committed Jun 19, 2024
1 parent 9c4108d commit b26019f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deploy/helm/ifrcgo-helm/templates/cronjobs/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ spec:
- configMapRef:
name: {{ template "ifrcgo-helm.fullname" $ }}-api-configmap
# We may eventually want these resources to be configurable per job
# For most jobs 2Gi is enough, but long-run sync-molnix needs 4Gi
resources:
requests:
cpu: 1
memory: 2Gi
memory: 4Gi
limits:
cpu: 1
memory: 2Gi
memory: 4Gi
#FIXME: Add onFailure policy, retries, etc.
{{- end }}

0 comments on commit b26019f

Please sign in to comment.