mirror of
https://github.com/mastodon/chart
synced 2025-05-17 20:43:21 +00:00
Decrease default resources
This commit is contained in:
parent
1aa6b2dfd6
commit
d4b7c358b1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user