From ec3017929e5f3579f412b6617864674ff0afdc00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Trkan?= Date: Sat, 20 Sep 2025 00:41:25 +0200 Subject: [PATCH] feat(infrastructure): decrese pods counts --- cd-test/guestbook-ui-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cd-test/guestbook-ui-deployment.yaml b/cd-test/guestbook-ui-deployment.yaml index f96f4f6..2caa420 100644 --- a/cd-test/guestbook-ui-deployment.yaml +++ b/cd-test/guestbook-ui-deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: guestbook-ui spec: - replicas: 5 + replicas: 2 revisionHistoryLimit: 3 selector: matchLabels: