From 3af6754220cb8eeedbe0675db0045ab8c5f9a975 Mon Sep 17 00:00:00 2001 From: Shana Moore Date: Thu, 2 Nov 2023 13:25:42 -0700 Subject: [PATCH] :broom: Increate resources for staging Deploying to staging is failing with the error message: '3 insufficient cpu, 3 insufficient memory'. Maybe increasing the resources will help. --- ops/staging-deploy.tmpl.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ops/staging-deploy.tmpl.yaml b/ops/staging-deploy.tmpl.yaml index 774b164e..93077b4f 100644 --- a/ops/staging-deploy.tmpl.yaml +++ b/ops/staging-deploy.tmpl.yaml @@ -2,11 +2,11 @@ replicaCount: 2 resources: requests: - memory: "4Gi" - cpu: "1000m" + memory: "1Gi" + cpu: "250m" limits: - memory: "8Gi" - cpu: "2000m" + memory: "2Gi" + cpu: "1000m" livenessProbe: enabled: false