From b08a4a8ca7f8eee18a25be378b8f728a3467a2c5 Mon Sep 17 00:00:00 2001 From: Azeem Shaikh Date: Thu, 28 Oct 2021 23:40:16 -0400 Subject: [PATCH] Increase worker replicas (#1173) Co-authored-by: Azeem Shaikh --- cron/k8s/worker.release.yaml | 2 -- cron/k8s/worker.yaml | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/cron/k8s/worker.release.yaml b/cron/k8s/worker.release.yaml index 92829a192b0..9dd69f7aa27 100644 --- a/cron/k8s/worker.release.yaml +++ b/cron/k8s/worker.release.yaml @@ -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: diff --git a/cron/k8s/worker.yaml b/cron/k8s/worker.yaml index d89fd0739a8..e92ae0791dd 100644 --- a/cron/k8s/worker.yaml +++ b/cron/k8s/worker.yaml @@ -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: