Skip to content

Commit

Permalink
fix: don't limit cpu - it cant fit to the server to do releases
Browse files Browse the repository at this point in the history
  • Loading branch information
irony committed Jun 12, 2024
1 parent 8d0a5f3 commit 115599a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions k8s/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ spec:
- name: foodmarket-api
image: ghcr.io/iteam1337/foodmarket:main
resources:
limits:
memory: '1024Mi'
cpu: '1000m'
requests:
memory: '128Mi'
cpu: '500m'
memory: '256Mi'
cpu: '200m'
ports:
- containerPort: 3000
name: http
Expand Down

0 comments on commit 115599a

Please sign in to comment.