From 3a3a8d698d08ed60ea589c7c6328064c3af87b96 Mon Sep 17 00:00:00 2001 From: Jonathan Perret Date: Wed, 18 Mar 2026 11:59:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(prod)=20bump=20CPU=20request=20to?= =?UTF-8?q?=20500m?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We're seeing slowdowns in production. --- src/helm/env.d/outscale-production/values.oidc2fer.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helm/env.d/outscale-production/values.oidc2fer.yaml.gotmpl b/src/helm/env.d/outscale-production/values.oidc2fer.yaml.gotmpl index 6368cd9..b5230c5 100644 --- a/src/helm/env.d/outscale-production/values.oidc2fer.yaml.gotmpl +++ b/src/helm/env.d/outscale-production/values.oidc2fer.yaml.gotmpl @@ -156,7 +156,7 @@ satosa: resources: requests: memory: "256Mi" - cpu: "250m" + cpu: "500m" limits: memory: "512Mi"