From 7ea066a867812cc78a1977a7c29c46f3fcd13021 Mon Sep 17 00:00:00 2001 From: pasqualespica <36746022+pasqualespica@users.noreply.github.com> Date: Wed, 6 Sep 2023 10:40:41 +0200 Subject: [PATCH] fix autscaling --- helm/values-dev.yaml | 2 +- helm/values-prod.yaml | 2 +- helm/values-uat.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 1ea00793..f86aa347 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -50,7 +50,7 @@ microservice-chart: autoscaling: enable: true minReplica: 1 - maxReplica: 10 + maxReplica: 2 pollingInterval: 30 # seconds cooldownPeriod: 60 # seconds triggers: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 43f7d6ca..8879817d 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -49,7 +49,7 @@ microservice-chart: cpu: "0.5" autoscaling: enable: true - minReplica: 5 + minReplica: 3 maxReplica: 10 pollingInterval: 30 # seconds cooldownPeriod: 60 # seconds diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 0a8d839c..016e0bb1 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -49,8 +49,8 @@ microservice-chart: cpu: "1.0" autoscaling: enable: true - minReplica: 6 - maxReplica: 10 + minReplica: 1 + maxReplica: 5 pollingInterval: 10 # seconds cooldownPeriod: 60 # seconds triggers: