mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-12 17:12:47 +03:00
Fix - Set resource limits for the cron pod
This commit is contained in:
parent
cccf74cb60
commit
b8768a0eb3
@ -28,4 +28,9 @@ spec:
|
||||
value: "gs://ossf-scorecards-cache"
|
||||
- name: USE_BLOB_CACHE
|
||||
value: "true"
|
||||
resources:
|
||||
limits:
|
||||
memory: 1Gi
|
||||
requests:
|
||||
memory: 1Gi
|
||||
restartPolicy: OnFailure
|
||||
|
Loading…
Reference in New Issue
Block a user