Skip to content

Commit

Permalink
perf: Scale up cpu resources for api
Browse files Browse the repository at this point in the history
  • Loading branch information
42atomys committed May 28, 2022
1 parent 6d8cfdd commit 0a66514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/app/api/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
resources:
limits:
memory: "42Mi"
cpu: "5m"
cpu: "100m"
ports:
- containerPort: 4000
volumes:
Expand Down

0 comments on commit 0a66514

Please sign in to comment.