Skip to content

Commit

Permalink
[FIX] revise resource limit
Browse files Browse the repository at this point in the history
  • Loading branch information
CokeLee777 committed Jan 1, 2024
1 parent 5d25181 commit c3ed5e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ spec:
resources:
requests:
memory: "256Mi"
cpu: "125m"
cpu: "175m"
limits:
memory: "384Mi"
cpu: "250m"
cpu: "300m"
ports:
- containerPort: 8088
imagePullPolicy: IfNotPresent
Expand Down

0 comments on commit c3ed5e5

Please sign in to comment.