Skip to content

Commit

Permalink
fix(ci): dial down initContainers resources
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Apr 26, 2024
1 parent 7f349d0 commit bf6f63f
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: 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

0 comments on commit bf6f63f

Please sign in to comment.