From bd8698f85279446cd8cc1fadee43c9135b8c2073 Mon Sep 17 00:00:00 2001 From: kothaabhishek1 <127206953+kothaabhishek1@users.noreply.github.com> Date: Fri, 16 Feb 2024 19:16:33 +0530 Subject: [PATCH] Update guestbook-ui-deployment.yaml I had just updated replicas 1 to 2 --- guestbook/guestbook-ui-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guestbook/guestbook-ui-deployment.yaml b/guestbook/guestbook-ui-deployment.yaml index 8a0975e..956af43 100644 --- a/guestbook/guestbook-ui-deployment.yaml +++ b/guestbook/guestbook-ui-deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: guestbook-ui spec: - replicas: 1 + replicas: 2 revisionHistoryLimit: 3 selector: matchLabels: