Skip to content

Commit

Permalink
fix: increase pod memory and cpu limits (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeLyttle authored Nov 30, 2024
1 parent bcb2ed9 commit b01d35c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/app/templates/backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b01d35c

Please sign in to comment.