diff --git a/charts/app/templates/backend/templates/deployment.yaml b/charts/app/templates/backend/templates/deployment.yaml index f3f37aa..86cd09b 100644 --- a/charts/app/templates/backend/templates/deployment.yaml +++ b/charts/app/templates/backend/templates/deployment.yaml @@ -91,11 +91,11 @@ spec: timeoutSeconds: 5 resources: # this is optional limits: - cpu: 150m - memory: 150Mi + cpu: 200m + memory: 512Mi requests: cpu: 50m - memory: 75Mi + memory: 128Mi {{- with .Values.backend.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }}