Skip to content

Commit

Permalink
chore: Adjust cpu requets for backend (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
nayr974 authored Dec 11, 2024
1 parent 19599e5 commit 5371a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/app/templates/backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
cpu: 450m
memory: 150Mi
requests:
cpu: 150m
cpu: 75m
memory: 75Mi
{{- with .Values.backend.nodeSelector }}
nodeSelector:
Expand Down

0 comments on commit 5371a9d

Please sign in to comment.