From f06d4f460aa06e1b1707d893806f16634729f803 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Fri, 24 Feb 2023 17:52:44 +0800 Subject: [PATCH] fix(sandstorm): weird resource request stuff Signed-off-by: JJGadgets --- kube/3-deploy/2-apps/insurgency-sandstorm/2-install.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kube/3-deploy/2-apps/insurgency-sandstorm/2-install.yaml b/kube/3-deploy/2-apps/insurgency-sandstorm/2-install.yaml index cfe45067..b168955f 100644 --- a/kube/3-deploy/2-apps/insurgency-sandstorm/2-install.yaml +++ b/kube/3-deploy/2-apps/insurgency-sandstorm/2-install.yaml @@ -119,8 +119,7 @@ spec: readOnly: true resources: requests: - cpu: 500m - memory: 2048Mi + memory: 1024Mi --- apiVersion: v1 kind: Service