Skip to content

Commit

Permalink
chore: resource
Browse files Browse the repository at this point in the history
  • Loading branch information
ychung-mot committed May 31, 2024
1 parent 0498107 commit 1cf11cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/main/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ hangfire:

resources:
limits:
cpu: 300m
cpu: 200m
memory: 600Mi
requests:
cpu: 200m
cpu: 100m
memory: 400Mi

env:
Expand Down
4 changes: 2 additions & 2 deletions helm/main/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ hangfire:

resources:
limits:
cpu: 300m
cpu: 200m
memory: 600Mi
requests:
cpu: 200m
cpu: 100m
memory: 400Mi

env:
Expand Down

0 comments on commit 1cf11cb

Please sign in to comment.