Skip to content

Commit

Permalink
Merge pull request #856 from scottwittenburg/protected-publish-reduce…
Browse files Browse the repository at this point in the history
…-mem-request

Reduce mem request so pod is schedulable
  • Loading branch information
scottwittenburg authored May 24, 2024
2 parents 33ffe1b + 2d0df42 commit 5b1701b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/production/custom/protected-publish/cron-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
resources:
requests:
cpu: 1500m
memory: 3G
memory: 2500M
ephemeral-storage: "50G"
envFrom:
- configMapRef:
Expand Down

0 comments on commit 5b1701b

Please sign in to comment.