3
0
mirror of https://github.com/mastodon/chart synced 2025-05-17 20:43:21 +00:00

Decrease default resources

This commit is contained in:
Matthew Abbott 2025-03-10 16:46:59 -05:00
parent 1aa6b2dfd6
commit d4b7c358b1
No known key found for this signature in database

View File

@ -40,10 +40,12 @@ mastodon:
concurrency: 5 concurrency: 5
resetChewy: true resetChewy: true
only: "" # one index name. Possible values: instances, accounts, tags, statuses, public_statuses only: "" # one index name. Possible values: instances, accounts, tags, statuses, public_statuses
resources: resources: # this accepts any keys in a full container resources stanza.
requests: requests:
cpu: 700m cpu: 250m
memory: 768Mi memory: 256Mi
limits:
cpu: 500m
# Upload website assets to S3 before deploying using rclone. # Upload website assets to S3 before deploying using rclone.
# Whenever there is an update to Mastodon, sometimes there are assets files # Whenever there is an update to Mastodon, sometimes there are assets files