From 0f5e331fdf5124724fd164c15a606f2357054ecc Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Thu, 27 Feb 2020 08:19:07 +0000 Subject: [PATCH] [27.02.20] Memory increase --- 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 9ce3dda..d55dacf 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -6,7 +6,7 @@ metadata: name: RESOURCE_NAME namespace: production spec: - replicas: 1 + replicas: 0 selector: matchLabels: app: RESOURCE_NAME @@ -89,7 +89,7 @@ spec: memory: 64Mi limits: cpu: 50m - memory: 64Mi + memory: 128Mi restartPolicy: Always imagePullSecrets: - name: registry-secret \ No newline at end of file