Skip to content

Commit

Permalink
Dial down backend container
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Apr 26, 2024
1 parent bf6f63f commit 1f96b52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/app/templates/backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ spec:
timeoutSeconds: 5
resources: # this is optional
limits:
cpu: 250m
memory: 250Mi
requests:
cpu: 100m
cpu: 150m
memory: 150Mi
requests:
cpu: 50m
memory: 750Mi
{{- with .Values.backend.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit 1f96b52

Please sign in to comment.