From ef7219a95223c015c1f4fae397f707a652f8cb0a Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Sun, 11 Oct 2020 17:53:09 +0100 Subject: [PATCH] [10.10.20] increased Resources --- 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 003df69..901f123 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -64,11 +64,11 @@ spec: imagePullPolicy: Always resources: requests: - cpu: 32m - memory: 32Mi + cpu: 64m + memory: 64Mi limits: - cpu: 50m - memory: 32Mi + cpu: 100m + memory: 64Mi securityContext: capabilities: add: