Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Apr 28, 2024
1 parent d4ac877 commit 4696d2e
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 @@ -44,11 +44,11 @@ spec:
value: "10"
resources:
limits:
cpu: 200m
memory: 100Mi
cpu: 400m
memory: 200Mi
requests:
cpu: 50m
memory: 25Mi
cpu: 20m
memory: 100Mi
containers:
- name: {{ include "backend.fullname" . }}
{{- if .Values.backend.securityContext }}
Expand Down

0 comments on commit 4696d2e

Please sign in to comment.