From eda9c6f9b0cb5173622ca8e75b6f24146472e2d8 Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Sat, 22 Feb 2020 00:50:17 +0000 Subject: [PATCH] [22.02.20] Kill 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 1b1934f..be1a616 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -6,7 +6,7 @@ metadata: name: RESOURCE_NAME namespace: default spec: - replicas: 2 + replicas: 0 selector: matchLabels: app: RESOURCE_NAME