From 903d57789dd1d721695caa1de9bd74742015f347 Mon Sep 17 00:00:00 2001 From: Mo <47885208+matin-kp@users.noreply.github.com> Date: Fri, 20 Sep 2024 02:30:25 +0200 Subject: [PATCH 1/2] 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..385379cfbe 100644 --- a/guestbook-with-sub-directories/deployment/deployment.yaml +++ b/guestbook-with-sub-directories/deployment/deployment.yaml @@ -14,7 +14,7 @@ spec: app: guestbook-ui spec: containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:0.2 + - image: gcr.io/heptio-images/ks-guestbook-demo:0.1 name: guestbook-ui ports: - containerPort: 80 From cc5ae3b7bdb75b590d93aea427555a8b515d0204 Mon Sep 17 00:00:00 2001 From: Mo <47885208+matin-kp@users.noreply.github.com> Date: Fri, 20 Sep 2024 02:55:45 +0200 Subject: [PATCH 2/2] Update stage guestbook-ui-deployment.yaml --- 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 8a0975e363..956af43611 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: