Increase worker replicas (#1173)

Co-authored-by: Azeem Shaikh <azeems@google.com>
This commit is contained in:
Azeem Shaikh 2021-10-28 23:40:16 -04:00 committed by GitHub
parent 608866949b
commit b08a4a8ca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -45,11 +45,9 @@ spec:
value: "10.4.4.210:80"
resources:
requests:
cpu: 5
memory: 5Gi
ephemeral-storage: 100Gi
limits:
cpu: 12
memory: 12Gi
ephemeral-storage: 500Gi
strategy:

View File

@ -17,7 +17,7 @@ kind: Deployment
metadata:
name: scorecard-batch-worker
spec:
replicas: 5
replicas: 12
selector:
matchLabels:
app.kubernetes.io/name: worker
@ -36,11 +36,9 @@ spec:
value: "10.4.4.210:80"
resources:
requests:
cpu: 5
memory: 5Gi
ephemeral-storage: 100Gi
limits:
cpu: 12
memory: 12Gi
ephemeral-storage: 500Gi
strategy: