From a45f6d40036f45610df59a12880e16958101a45e Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Sun, 1 Mar 2020 19:49:05 +0000 Subject: [PATCH] [1.03.20] Scale pods --- configuration/kubernetes/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/kubernetes/deployment.yaml b/configuration/kubernetes/deployment.yaml index 398af72..8d54352 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -6,7 +6,7 @@ metadata: name: RESOURCE_NAME namespace: production spec: - replicas: 0 + replicas: 2 selector: matchLabels: app: RESOURCE_NAME