helm: add optional cron job to run tootctl remove media (#14396)

This commit is contained in:
Alex Dunn 2020-10-12 16:19:13 -07:00 committed by GitHub
parent 96761752ec
commit 53b22d247f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 79 additions and 0 deletions

View file

@ -39,6 +39,12 @@ createAdmin:
# available locales: https://github.com/tootsuite/mastodon/blob/master/config/application.rb#L43
locale: en
cron:
# run `tootctl media remove` every week
removeMedia:
enabled: true
schedule: "0 0 * * 0"
application:
web:
port: 3000