From 293a000773fda98454b3470d02ad8adbda11fe17 Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Thu, 27 Feb 2020 07:45:49 +0000 Subject: [PATCH] [27.02.20] Scale replics and re-adjust CPU limit --- 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 7ba02c5..ef29d7d 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -6,7 +6,7 @@ metadata: name: RESOURCE_NAME namespace: default spec: - replicas: 2 + replicas: 0 selector: matchLabels: app: RESOURCE_NAME @@ -80,7 +80,7 @@ spec: cpu: 10m memory: 128Mi limits: - cpu: 50m + cpu: 150m memory: 128Mi restartPolicy: Always imagePullSecrets: