From 3dc0bf076368ece44db8f8f9602d49f6670e04b2 Mon Sep 17 00:00:00 2001 From: yohei-watanabe Date: Fri, 24 Oct 2025 01:07:59 +0000 Subject: [PATCH 1/2] mod replica count --- app-of-apps/httpd1/nginx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-of-apps/httpd1/nginx.yaml b/app-of-apps/httpd1/nginx.yaml index 27d7a1680a..e26013355a 100644 --- a/app-of-apps/httpd1/nginx.yaml +++ b/app-of-apps/httpd1/nginx.yaml @@ -8,7 +8,7 @@ spec: selector: matchLabels: app: nginx - replicas: 1 + replicas: 3 template: metadata: labels: From 039d495ada02a7dcebaa72be82953b138ad15067 Mon Sep 17 00:00:00 2001 From: yohei-watanabe Date: Fri, 24 Oct 2025 01:08:40 +0000 Subject: [PATCH 2/2] mod replica count of http2 --- app-of-apps/httpd2/nginx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-of-apps/httpd2/nginx.yaml b/app-of-apps/httpd2/nginx.yaml index 672d07134e..6a4863cabb 100644 --- a/app-of-apps/httpd2/nginx.yaml +++ b/app-of-apps/httpd2/nginx.yaml @@ -8,7 +8,7 @@ spec: selector: matchLabels: app: nginx - replicas: 5 + replicas: 3 template: metadata: labels: