From 0d75713090fe398621727a93047002e823dcc01e Mon Sep 17 00:00:00 2001 From: abhishek Date: Wed, 26 Aug 2026 13:38:57 +0000 Subject: [PATCH] bump page to v2, scale to 3 --- apps/hello/10-configmap.yaml | 2 +- apps/hello/20-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/hello/10-configmap.yaml b/apps/hello/10-configmap.yaml index e9f34c9..fc9b2b6 100644 --- a/apps/hello/10-configmap.yaml +++ b/apps/hello/10-configmap.yaml @@ -9,4 +9,4 @@ data:

deployed by argocd

-

Nobody ran kubectl. This page came from git, version v1.

+

Nobody ran kubectl. This page came from git, version v2.

diff --git a/apps/hello/20-deployment.yaml b/apps/hello/20-deployment.yaml index bb7d3f0..fa9c4db 100644 --- a/apps/hello/20-deployment.yaml +++ b/apps/hello/20-deployment.yaml @@ -4,7 +4,7 @@ metadata: name: hello namespace: hello spec: - replicas: 2 + replicas: 3 selector: matchLabels: { app: hello } template: