From 73191de94f935e63922cec5c6cf716c5e58b4eef Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Wed, 14 Oct 2020 12:00:30 +0100 Subject: [PATCH] [14.10.20] Testing - Limits --- 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 5196f1b..2d48c9a 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -119,10 +119,10 @@ spec: imagePullPolicy: Always resources: requests: - cpu: 64m + cpu: 100m memory: 64Mi limits: - cpu: 150m + cpu: 500m memory: 256Mi securityContext: capabilities: