Skip to content

Commit

Permalink
increase resources limit
Browse files Browse the repository at this point in the history
  • Loading branch information
rassokhin-s committed Dec 12, 2023
1 parent 79c99c7 commit da0c1c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/production/core-api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
memory: "384Mi"
cpu: "0.2"
limits:
memory: "512Mi"
cpu: "0.5"
memory: "700Mi"
cpu: "0.75"
ports:
- containerPort: 80

0 comments on commit da0c1c0

Please sign in to comment.