diff --git a/charts/mastodon/values.yaml b/charts/mastodon/values.yaml index 0ae876f89902bcf06e80903fad8f87e3a52bfe61..846b28caa37aaa35d2a02fb956bd882e821d8b7a 100644 --- a/charts/mastodon/values.yaml +++ b/charts/mastodon/values.yaml @@ -104,9 +104,9 @@ mastodon: # -- Sidekiq queues for Mastodon that are handled by this worker. See https://docs.joinmastodon.org/admin/scaling/#concurrency # See https://github.com/mperham/sidekiq/wiki/Advanced-Options#queues for how to weight queues as argument queues: - - default - - push - - mailers + - default,8 + - push,6 + - mailers,2 - pull - scheduler # Make sure the scheduler queue only exists once and with a worker that has 1 replica. #- name: push-pull