From fc7292eae4b3be199da83f79f117fc13fdb65d15 Mon Sep 17 00:00:00 2001 From: ByeonJungHun Date: Mon, 8 Apr 2024 18:48:12 +0900 Subject: [PATCH] =?UTF-8?q?hpa=20=EA=B0=92=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chl-hpa.yml | 4 ++-- core-hpa.yml | 4 ++-- mci-hpa.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chl-hpa.yml b/chl-hpa.yml index 1c0b5f0..16f95af 100644 --- a/chl-hpa.yml +++ b/chl-hpa.yml @@ -9,9 +9,9 @@ spec: kind: Deployment name: bussiness1-chl minReplicas: 1 - maxReplicas: 10 + maxReplicas: 5 metrics: - type: Resource resource: name: memory - targetAverageUtilization: 30 \ No newline at end of file + targetAverageUtilization: 80 \ No newline at end of file diff --git a/core-hpa.yml b/core-hpa.yml index b5b7e2b..876f9bb 100644 --- a/core-hpa.yml +++ b/core-hpa.yml @@ -9,9 +9,9 @@ spec: kind: Deployment name: bussiness1-core minReplicas: 1 - maxReplicas: 10 + maxReplicas: 5 metrics: - type: Resource resource: name: memory - targetAverageUtilization: 30 \ No newline at end of file + targetAverageUtilization: 80 \ No newline at end of file diff --git a/mci-hpa.yml b/mci-hpa.yml index b4b859d..ab8492a 100644 --- a/mci-hpa.yml +++ b/mci-hpa.yml @@ -9,9 +9,9 @@ spec: kind: Deployment name: bussiness1-mci minReplicas: 1 - maxReplicas: 10 + maxReplicas: 5 metrics: - type: Resource resource: name: memory - targetAverageUtilization: 30 \ No newline at end of file + targetAverageUtilization: 80 \ No newline at end of file