Skip to content

Commit

Permalink
Cargo cult what the importer is doing to get more computing power (#1550
Browse files Browse the repository at this point in the history
)

This is intended to increase the concurrency of the GCS file transfers
to speed up the entire thing.
  • Loading branch information
andrewpollock authored Aug 10, 2023
1 parent 386d216 commit f222a9b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deployment/clouddeploy/gke-workers/base/combine-to-osv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ spec:
activeDeadlineSeconds: 7200
template:
spec:
tolerations:
- key: workloadType
operator: Equal
value: highend
containers:
- name: combine-to-osv
image: combine-to-osv
Expand All @@ -23,6 +27,8 @@ spec:
limits:
cpu: 2
memory: "2G"
nodeSelector:
cloud.google.com/gke-nodepool: highend
restartPolicy: OnFailure
volumes:
- name: "ssd"
Expand Down

0 comments on commit f222a9b

Please sign in to comment.