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