Skip to content

Commit

Permalink
fix(ci): backend containers resources (#1949)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Apr 26, 2024
1 parent 7f349d0 commit e23f084
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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: 500m
memory: 250Mi
requests:
cpu: 200m
memory: 150Mi
memory: 100Mi
requests:
cpu: 50m
memory: 25Mi
containers:
- name: {{ include "backend.fullname" . }}
{{- if .Values.backend.securityContext }}
Expand Down 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: 75Mi
{{- with .Values.backend.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit e23f084

Please sign in to comment.