From c2e15591a3dccd97ffa203d77b782e29a60ecd6c Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Thu, 27 Feb 2020 07:59:47 +0000 Subject: [PATCH] [27.02.20] Rescale, production namespace and limit changes --- configuration/kubernetes/deployment.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configuration/kubernetes/deployment.yaml b/configuration/kubernetes/deployment.yaml index 07cc4a4..9ce3dda 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -4,9 +4,9 @@ metadata: labels: name: LABEL name: RESOURCE_NAME - namespace: default + namespace: production spec: - replicas: 0 + replicas: 1 selector: matchLabels: app: RESOURCE_NAME @@ -85,11 +85,11 @@ spec: imagePullPolicy: Always resources: requests: - cpu: 1m - memory: 16Mi + cpu: 10m + memory: 64Mi limits: - cpu: 2m - memory: 32Mi + cpu: 50m + memory: 64Mi restartPolicy: Always imagePullSecrets: - name: registry-secret \ No newline at end of file