From c6ff46fc95dee64b9a64db1ca348e187604210d1 Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Mon, 24 Feb 2020 17:59:59 +0000 Subject: [PATCH] [24.02.20] Scale to 2 replicas --- 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 8767d63..fa95735 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -6,7 +6,7 @@ metadata: name: RESOURCE_NAME namespace: default spec: - replicas: 0 + replicas: 2 selector: matchLabels: app: RESOURCE_NAME