Skip to content

Commit 7a71116

Browse files
authored
Fix the broken GCS link, extend the memory limits. (#180)
Signed-off-by: Caleb Brown <[email protected]>
1 parent 6e285cd commit 7a71116

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

infra/k8s/enumerate_github.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
containers:
2828
- name: enumerate-github
2929
image: gcr.io/openssf/criticality-score-enumerate-github:latest
30-
args: ["gcs://ossf-criticality-score-url-data/[[runid]]/github.txt"]
30+
args: ["gs://ossf-criticality-score-url-data/[[runid]]/github.txt"]
3131
imagePullPolicy: Always
3232
env:
3333
- name: GITHUB_AUTH_SERVER
@@ -42,7 +42,7 @@ spec:
4242
value: "2022-01-01"
4343
resources:
4444
limits:
45-
memory: 1Gi
45+
memory: 5Gi
4646
requests:
47-
memory: 1Gi
47+
memory: 2Gi
4848
restartPolicy: OnFailure

0 commit comments

Comments
 (0)