From b5a81aa2b7b6452d5a709e1438ee491502053770 Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Wed, 14 Oct 2020 18:06:35 +0100 Subject: [PATCH] [14.10.20] CPU increase --- configuration/kubernetes/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/kubernetes/deployment.yaml b/configuration/kubernetes/deployment.yaml index 2939638..3c67528 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -60,10 +60,10 @@ spec: imagePullPolicy: Always resources: requests: - cpu: 50m + cpu: 100m memory: 64Mi limits: - cpu: 100m + cpu: 150m memory: 128Mi restartPolicy: Always imagePullSecrets: