diff --git a/helm/prod/backend.yaml b/helm/prod/backend.yaml index 1d91ba65..43ca8fbc 100644 --- a/helm/prod/backend.yaml +++ b/helm/prod/backend.yaml @@ -35,11 +35,11 @@ podAnnotations: resources: limits: - cpu: 1 + cpu: 0.25 memory: 1Gi requests: - cpu: 250m - memory: 256Mi + cpu: 0.05 + memory: 512Mi env: NODE_ENV: diff --git a/helm/prod/frontend.yaml b/helm/prod/frontend.yaml index 533d8335..e9699843 100644 --- a/helm/prod/frontend.yaml +++ b/helm/prod/frontend.yaml @@ -35,11 +35,11 @@ podAnnotations: resources: limits: - cpu: 1 - memory: 1Gi + cpu: 0.25 + memory: 256Gi requests: - cpu: 250m - memory: 256Mi + cpu: 0.05 + memory: 32Mi env: NODE_ENV: