mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-13 23:56:35 +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"
|
value: "gs://ossf-scorecards-cache"
|
||||||
- name: USE_BLOB_CACHE
|
- name: USE_BLOB_CACHE
|
||||||
value: "true"
|
value: "true"
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: 1Gi
|
||||||
|
requests:
|
||||||
|
memory: 1Gi
|
||||||
restartPolicy: OnFailure
|
restartPolicy: OnFailure
|
||||||
|
Loading…
Reference in New Issue
Block a user