Skip to content

Commit

Permalink
fix: raise memory request
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Oct 14, 2024
1 parent a4b9b69 commit 56424bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ next-app:
resources:
requests:
cpu: "200m"
memory: "256Mi"
memory: "512Mi"
limits:
cpu: "300m"
memory: "512Mi"
Expand Down

0 comments on commit 56424bd

Please sign in to comment.