Skip to content

Commit

Permalink
Merge pull request #354 from bcgov/yj
Browse files Browse the repository at this point in the history
chore: resource
  • Loading branch information
ychung-mot authored May 31, 2024
2 parents b5e8b1d + 1cf11cb commit b01bbe3
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 b01bbe3

Please sign in to comment.