Skip to content

Commit

Permalink
Increase worker replicas (#1173)
Browse files Browse the repository at this point in the history
Co-authored-by: Azeem Shaikh <[email protected]>
  • Loading branch information
azeemshaikh38 and azeemsgoogle authored Oct 29, 2021
1 parent 6088669 commit b08a4a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions cron/k8s/worker.release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 1 addition & 3 deletions cron/k8s/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kind: Deployment
metadata:
name: scorecard-batch-worker
spec:
replicas: 5
replicas: 12
selector:
matchLabels:
app.kubernetes.io/name: worker
Expand All @@ -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:
Expand Down

0 comments on commit b08a4a8

Please sign in to comment.