Skip to content

Commit

Permalink
Update k8s/production/custom/retry-trigger-jobs/cron-jobs.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Mike VanDenburgh <[email protected]>
  • Loading branch information
zackgalbreath and mvandenburgh authored Jan 13, 2025
1 parent 509c6c8 commit 72e3ec8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions k8s/production/custom/retry-trigger-jobs/cron-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ spec:
imagePullPolicy: IfNotPresent
resources:
requests:
cpu: 100m
memory: 10M
cpu: 500m
memory: 500M
args:
- "2"
envFrom:
- configMapRef:
name: python-scripts-sentry-config
nodeSelector:
spack.io/node-pool: base

0 comments on commit 72e3ec8

Please sign in to comment.