Skip to content

Commit

Permalink
refactor(rocket-chat): optimize resources
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Aug 8, 2024
1 parent 4e83d05 commit 47ece53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/rocket-chat/values-rocketchat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ smtp:
password: ${smtp_password}

resources:
limits:
cpu: 1000m
memory: 2000Mi
requests:
cpu: 750m
cpu: 50m
memory: 1000Mi
limits:
cpu: 100m
memory: 1500Mi

mongodb:
Expand Down

0 comments on commit 47ece53

Please sign in to comment.