Commit Graph

5 Commits

Author SHA1 Message Date
fca4fd1daa helm: add support for S3 storage (#15748) 2021-02-19 09:52:32 +01:00
9c273c2a59 helm: standardize yaml configuration (#15728)
- move application variables under `mastodon` namespace
- restore standard yaml structure for ingress configuration
- move values.yaml.template to values.yaml
2021-02-15 08:00:54 +01:00
55a6b54f8e helm: add option for external db (#15722) 2021-02-14 20:16:32 +01:00
4b2ec4a2dc Fix postrgres secret name for cronjob (#15072)
The cronjob tries to get key from `mastodon` secret instead of
`mastodon-postgresql` - so the cronjob fails with this error:

Error: couldn't find key postgresql-password in Secret [NS]/mastodon

Another solution is to save the postgres password in mastodon secret,
but that means that the password is placed in two places.

Postgresql use <fullname>-postgresql name as secret name.
2020-11-02 06:16:51 +01:00
53b22d247f helm: add optional cron job to run tootctl remove media (#14396) 2020-10-13 01:19:13 +02:00