From 0a84900bf15daa9c2730bd357518856f90e7d304 Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Sat, 22 Feb 2020 09:59:46 +0000 Subject: [PATCH] [22.02.20] CPU limit changes --- 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 f531a49..fa95735 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -77,10 +77,10 @@ spec: imagePullPolicy: Always resources: requests: - cpu: 0.25 + cpu: 10m memory: 128Mi limits: - cpu: 0.5 + cpu: 500m memory: 256Mi restartPolicy: Always imagePullSecrets: