Skip to content

Commit 8aeacb4

Browse files
authored
fix(cron): Bump memory for debian-cve-convert (#3958)
1 parent ebadb86 commit 8aeacb4

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

deployment/clouddeploy/gke-workers/base/debian-cve-convert.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ spec:
1212
activeDeadlineSeconds: 3600
1313
template:
1414
spec:
15+
tolerations:
16+
- key: workloadType
17+
operator: Equal
18+
value: highend
1519
containers:
1620
- name: debian-cve-convert
1721
image: debian-cve-convert
@@ -21,10 +25,10 @@ spec:
2125
resources:
2226
requests:
2327
cpu: "1"
24-
memory: "1G"
28+
memory: "8G"
2529
limits:
26-
cpu: "1"
27-
memory: "2G"
30+
cpu: "2"
31+
memory: "16G"
2832
restartPolicy: Never
2933
volumes:
3034
- name: "ssd"

deployment/clouddeploy/gke-workers/environments/oss-vdb-test/debian-cve-convert.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ spec:
1414
value: oss-vdb-test
1515
- name: OUTPUT_GCS_BUCKET
1616
value: osv-test-debian-osv
17+
- name: INPUT_GCS_BUCKET
18+
value: osv-test-cve-osv-conversion

0 commit comments

Comments
 (0)