Skip to content

Commit

Permalink
chore: adjust request limits
Browse files Browse the repository at this point in the history
  • Loading branch information
afwilcox committed Jan 9, 2025
1 parent 5d51126 commit ea026e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/app/templates/backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ spec:
{{- end }}
resources:
requests:
cpu: 50m
memory: 100Mi
cpu: 300m
memory: 750Mi
containers:
- name: {{ include "backend.fullname" . }}
{{- if .Values.backend.securityContext }}
Expand Down

0 comments on commit ea026e4

Please sign in to comment.