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: 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: