From 0cbe61ce966222622c98b195f04c582bb85434ff Mon Sep 17 00:00:00 2001 From: rekha58044 <126947189+rekha58044@users.noreply.github.com> Date: Tue, 24 Feb 2026 12:02:40 +0530 Subject: [PATCH] Update deployment.yaml --- guestbook-with-sub-directories/deployment/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guestbook-with-sub-directories/deployment/deployment.yaml b/guestbook-with-sub-directories/deployment/deployment.yaml index 18909261d1..53e0763d68 100644 --- a/guestbook-with-sub-directories/deployment/deployment.yaml +++ b/guestbook-with-sub-directories/deployment/deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: guestbook-ui spec: - replicas: 2 + replicas: 3 revisionHistoryLimit: 3 selector: matchLabels: