Skip to content

Commit

Permalink
fix: increase limits for memory
Browse files Browse the repository at this point in the history
  • Loading branch information
irony committed Jun 12, 2024
1 parent fd97fef commit 52c0bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
image: ghcr.io/iteam1337/foodmarket:main
resources:
limits:
memory: '256Mi'
memory: '1024Mi'
cpu: '1000m'
requests:
memory: '128Mi'
Expand Down

0 comments on commit 52c0bbe

Please sign in to comment.