From 9950603f50d51571dd4a78a19ec1a638756494a3 Mon Sep 17 00:00:00 2001 From: dena <91744937+deer-wmde@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:35:54 +0200 Subject: [PATCH] lift cpu limits for mediawiki resources (#1790) --- .../env/production/mediawiki-139.values.yaml.gotmpl | 8 ++++---- k8s/helmfile/env/staging/mediawiki-139.values.yaml.gotmpl | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/k8s/helmfile/env/production/mediawiki-139.values.yaml.gotmpl b/k8s/helmfile/env/production/mediawiki-139.values.yaml.gotmpl index fbcbbd469..b1b322614 100644 --- a/k8s/helmfile/env/production/mediawiki-139.values.yaml.gotmpl +++ b/k8s/helmfile/env/production/mediawiki-139.values.yaml.gotmpl @@ -59,26 +59,26 @@ resources: cpu: 500m memory: 1600Mi limits: - cpu: '1' + cpu: null memory: 2800Mi webapi: requests: cpu: 200m memory: 250Mi limits: - cpu: 500m + cpu: null memory: 1200Mi alpha: requests: cpu: 50m memory: 40Mi limits: - cpu: 500m + cpu: null memory: 600Mi backend: requests: cpu: 500m memory: 600Mi limits: - cpu: 1000m + cpu: null memory: 1200Mi diff --git a/k8s/helmfile/env/staging/mediawiki-139.values.yaml.gotmpl b/k8s/helmfile/env/staging/mediawiki-139.values.yaml.gotmpl index 8ee21db98..53a48a3fd 100644 --- a/k8s/helmfile/env/staging/mediawiki-139.values.yaml.gotmpl +++ b/k8s/helmfile/env/staging/mediawiki-139.values.yaml.gotmpl @@ -23,26 +23,26 @@ resources: cpu: 100m memory: 250Mi limits: - cpu: 400m + cpu: null memory: 750Mi webapi: requests: cpu: 100m memory: 125Mi limits: - cpu: 500m + cpu: null memory: 1200Mi alpha: requests: cpu: 50m memory: 40Mi limits: - cpu: 500m + cpu: null memory: 600Mi backend: requests: cpu: 125m memory: 200Mi limits: - cpu: 1000m + cpu: null memory: 1200Mi