From ee3ad61c82c5ae9d6a66ba5e81f84069ad2f445b Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Thu, 27 Feb 2020 07:57:49 +0000 Subject: [PATCH] [27.02.20] Rescale and use production namespace --- 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 ef29d7d..1a42625 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: 2 selector: matchLabels: app: RESOURCE_NAME