From 710d841e2045e469a10c7475517ca05bf06a2a36 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Tue, 16 Jan 2024 15:08:23 -0500 Subject: [PATCH] Increase cpu and memory for web contianer - production --- values.production.template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values.production.template.yaml b/values.production.template.yaml index 382e5bc9..8aa7a480 100644 --- a/values.production.template.yaml +++ b/values.production.template.yaml @@ -111,8 +111,8 @@ osm-seed: resources: enabled: true requests: - memory: "2Gi" - cpu: "1" + memory: "3Gi" + cpu: "2" limits: memory: "4Gi" cpu: "2"