From fa5d9d16e314c1c8b3c52a4d55e99174565326df Mon Sep 17 00:00:00 2001 From: Brad Date: Thu, 15 Dec 2022 16:55:04 -0800 Subject: [PATCH] replica count --- kustom-webapp/overlays/prod/replicas.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustom-webapp/overlays/prod/replicas.yaml b/kustom-webapp/overlays/prod/replicas.yaml index 81d52ea..453b1cb 100644 --- a/kustom-webapp/overlays/prod/replicas.yaml +++ b/kustom-webapp/overlays/prod/replicas.yaml @@ -3,4 +3,4 @@ kind: Deployment metadata: name: mywebapp spec: - replicas: 4 \ No newline at end of file + replicas: 3 \ No newline at end of file