From 1d523a62b3641dcf795ad3862070e850405c00db Mon Sep 17 00:00:00 2001 From: ychung-mot Date: Wed, 27 Mar 2024 11:09:00 -0700 Subject: [PATCH] chore: resource resizing --- helm/main/values-dev.yaml | 4 ++-- helm/main/values-test.yaml | 4 ++-- helm/main/values-uat.yaml | 14 +++++++------- postgres/values-dev.yaml | 4 ++-- postgres/values-test.yaml | 4 ++-- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/helm/main/values-dev.yaml b/helm/main/values-dev.yaml index 8f2847e4..b1e2e563 100644 --- a/helm/main/values-dev.yaml +++ b/helm/main/values-dev.yaml @@ -60,10 +60,10 @@ backend: resources: limits: cpu: 200m - memory: 150Mi + memory: 300Mi requests: cpu: 20m - memory: 100Mi + memory: 200Mi env: 'API_HOST': '/api' diff --git a/helm/main/values-test.yaml b/helm/main/values-test.yaml index 26f5263d..18784ffb 100644 --- a/helm/main/values-test.yaml +++ b/helm/main/values-test.yaml @@ -51,10 +51,10 @@ backend: resources: limits: cpu: 200m - memory: 150Mi + memory: 300Mi requests: cpu: 20m - memory: 100Mi + memory: 200Mi env: 'API_HOST': '/api' diff --git a/helm/main/values-uat.yaml b/helm/main/values-uat.yaml index 10fa2d8d..e8982b46 100644 --- a/helm/main/values-uat.yaml +++ b/helm/main/values-uat.yaml @@ -41,7 +41,7 @@ frontend: backend: enabled: true - replicaCount: 1 + replicaCount: 2 nameOverride: strdss-uat-backend fullnameOverride: strdss-uat-backend secretName: strdss-secrets-uat @@ -57,12 +57,12 @@ backend: # memory: 1100Mi resources: - limits: - cpu: 200m - memory: 150Mi - requests: - cpu: 20m - memory: 100Mi + limits: + cpu: 200m + memory: 300Mi + requests: + cpu: 20m + memory: 200Mi env: 'API_HOST': '/api' diff --git a/postgres/values-dev.yaml b/postgres/values-dev.yaml index 8aef3b9f..be16a3dc 100644 --- a/postgres/values-dev.yaml +++ b/postgres/values-dev.yaml @@ -8,10 +8,10 @@ primary: resources: limits: cpu: 150m - memory: 200Mi + memory: 300Mi requests: cpu: 50m - memory: 150Mi + memory: 250Mi readReplicas: persistence: size: 400Mi diff --git a/postgres/values-test.yaml b/postgres/values-test.yaml index 8c77e2ba..c32931e9 100644 --- a/postgres/values-test.yaml +++ b/postgres/values-test.yaml @@ -8,10 +8,10 @@ primary: resources: limits: cpu: 150m - memory: 200Mi + memory: 300Mi requests: cpu: 50m - memory: 150Mi + memory: 250Mi readReplicas: persistence: size: 400Mi