diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index cc2a71a1..0c30cda5 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -196,7 +196,7 @@ cron: memory: "768Mi" cpu: "0.25" autoscaling: - enable: true + enable: false minReplica: 1 maxReplica: 1 envConfig: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 412f288c..e3ac297f 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -215,7 +215,7 @@ cron: memory: "2048Mi" cpu: "0.50" autoscaling: - enable: true + enable: false minReplica: 1 maxReplica: 1 envConfig: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 4c9c9fea..45b58bb9 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -196,7 +196,7 @@ cron: memory: "768Mi" cpu: "0.25" autoscaling: - enable: true + enable: false minReplica: 1 maxReplica: 1 envConfig: