Skip to content

Commit

Permalink
fix: reduce resouce requests
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsef committed Jul 14, 2024
1 parent 75b703e commit bb9bcd9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deployment/base/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ spec:
resources:
limits:
memory: "1Gi"
cpu: "500m"
cpu: "80m"
requests:
memory: "1Gi"
cpu: "50m"
volumeMounts:
- name: git
mountPath: /app
Expand Down

0 comments on commit bb9bcd9

Please sign in to comment.