diff --git a/crunchydb/values-prod.yaml b/crunchydb/values-prod.yaml index caa3b9d5..a8b89e26 100644 --- a/crunchydb/values-prod.yaml +++ b/crunchydb/values-prod.yaml @@ -8,17 +8,17 @@ crunchy-postgres: storageClassName: netapp-block-standard requests: cpu: 20m - memory: 256Mi + memory: 512Mi limits: cpu: 100m - memory: 512Mi + memory: 768Mi replicaCertCopy: requests: cpu: 20m - memory: 32Mi + memory: 64Mi limits: cpu: 50m - memory: 64Mi + memory: 128Mi pgBackRest: retention: "30" # Ideally a larger number such as 30 backups/days diff --git a/crunchydb/values-uat.yaml b/crunchydb/values-uat.yaml index 297110d6..e0159384 100644 --- a/crunchydb/values-uat.yaml +++ b/crunchydb/values-uat.yaml @@ -8,17 +8,17 @@ crunchy-postgres: storageClassName: netapp-block-standard requests: cpu: 20m - memory: 256Mi + memory: 512Mi limits: cpu: 100m - memory: 512Mi + memory: 768Mi replicaCertCopy: requests: cpu: 20m - memory: 32Mi + memory: 64Mi limits: cpu: 50m - memory: 64Mi + memory: 128Mi pgBackRest: retention: "10" # Ideally a larger number such as 30 backups/days diff --git a/helm/main/values-prod.yaml b/helm/main/values-prod.yaml index ce53a36a..ffd5304e 100644 --- a/helm/main/values-prod.yaml +++ b/helm/main/values-prod.yaml @@ -36,10 +36,10 @@ frontend: resources: limits: cpu: 30m - memory: 70Mi + memory: 140Mi requests: cpu: 20m - memory: 50Mi + memory: 70Mi env: 'API_HOST': '/api' @@ -65,10 +65,10 @@ backend: resources: limits: cpu: 100m - memory: 300Mi + memory: 500Mi requests: cpu: 20m - memory: 200Mi + memory: 300Mi env: 'API_HOST': '/api' diff --git a/helm/main/values-uat.yaml b/helm/main/values-uat.yaml index ba715ec7..4960a970 100644 --- a/helm/main/values-uat.yaml +++ b/helm/main/values-uat.yaml @@ -36,10 +36,10 @@ frontend: resources: limits: cpu: 30m - memory: 70Mi + memory: 140Mi requests: cpu: 20m - memory: 50Mi + memory: 70Mi env: 'API_HOST': '/api' @@ -73,10 +73,10 @@ backend: resources: limits: cpu: 100m - memory: 300Mi + memory: 500Mi requests: cpu: 20m - memory: 200Mi + memory: 300Mi env: 'API_HOST': '/api'