From 4853a0238d897f4883aa676a5dc41e5f9568ea20 Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Sat, 11 Jul 2020 17:04:31 +0100 Subject: [PATCH] [10.07.20] Increased limits --- configuration/kubernetes/deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configuration/kubernetes/deployment.yaml b/configuration/kubernetes/deployment.yaml index 1a8a249..f7af987 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -87,11 +87,11 @@ spec: imagePullPolicy: Always resources: requests: - cpu: 10m - memory: 16Mi - limits: - cpu: 25m + cpu: 32m memory: 32Mi + limits: + cpu: 75m + memory: 64Mi securityContext: capabilities: add: