diff --git a/helm/values/values-prod-dc.yaml b/helm/values/values-prod-dc.yaml index 7c91e5b5..2dd8ddef 100644 --- a/helm/values/values-prod-dc.yaml +++ b/helm/values/values-prod-dc.yaml @@ -50,10 +50,10 @@ microservices: resources: limits: cpu: 2 - memory: 1Gi + memory: 2Gi requests: cpu: 200m - memory: 1Gi + memory: 2Gi static: name: static diff --git a/helm/values/values-prod-lax.yaml b/helm/values/values-prod-lax.yaml index c489eff1..ef14090d 100644 --- a/helm/values/values-prod-lax.yaml +++ b/helm/values/values-prod-lax.yaml @@ -50,10 +50,10 @@ microservices: resources: limits: cpu: 2 - memory: 1Gi + memory: 2Gi requests: cpu: 200m - memory: 1Gi + memory: 2Gi static: name: static diff --git a/helm/values/values-qa.yaml b/helm/values/values-qa.yaml index c0e58948..fb676e1d 100644 --- a/helm/values/values-qa.yaml +++ b/helm/values/values-qa.yaml @@ -49,10 +49,10 @@ microservices: resources: limits: cpu: 2 - memory: 1Gi + memory: 2Gi requests: cpu: 200m - memory: 1Gi + memory: 2Gi static: name: static