From aeb332c15a96620e6bf4ec739d776daf4ee86d3e Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Sun, 11 Oct 2020 14:07:09 +0100 Subject: [PATCH] [10.10.20] Reduced CPU limit --- configuration/kubernetes/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/kubernetes/deployment.yaml b/configuration/kubernetes/deployment.yaml index ed52ff2..45ec33a 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -99,7 +99,7 @@ spec: imagePullPolicy: Always resources: requests: - cpu: 32m + cpu: 25m memory: 32Mi limits: cpu: 25m