Skip to content

Commit

Permalink
Merge pull request #131 from IMBlues/fix130
Browse files Browse the repository at this point in the history
Fix #130: 增大默认的 CPU 限制,保证 SaaS 容器正常启动
  • Loading branch information
IMBlues authored Nov 2, 2021
2 parents 1de38fe + c6ac40b commit 3bb6ce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ processes:
replicas: 1
resources:
limits:
cpu: 200m
cpu: 1024m
memory: 512Mi
requests:
cpu: 100m
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/saas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ processes:
replicas: 1
resources:
limits:
cpu: 200m
cpu: 1024m
memory: 1024Mi
requests:
cpu: 200m
Expand Down

0 comments on commit 3bb6ce6

Please sign in to comment.