From 4cadbfc28bf19b701fa78659da03236db9d09ff9 Mon Sep 17 00:00:00 2001 From: MostafaKayed <58471147+MostafaKayed@users.noreply.github.com> Date: Wed, 6 Nov 2024 20:03:52 +0300 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 956af43611..6b4692c755 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: 5 revisionHistoryLimit: 3 selector: matchLabels: