From aa37d1ec543070c277e6cbc7c6d9023fc40d4ca7 Mon Sep 17 00:00:00 2001 From: yuenmichelle1 Date: Fri, 20 Dec 2024 13:08:47 -0600 Subject: [PATCH] update minReplicas for sidekiq pods (#4424) --- kubernetes/deployment-production.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/deployment-production.tmpl b/kubernetes/deployment-production.tmpl index c94017dcc..54f5e6441 100644 --- a/kubernetes/deployment-production.tmpl +++ b/kubernetes/deployment-production.tmpl @@ -419,7 +419,7 @@ spec: apiVersion: apps/v1 kind: Deployment name: panoptes-production-sidekiq - minReplicas: 2 + minReplicas: 5 maxReplicas: 16 targetCPUUtilizationPercentage: 95 ---