1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-04 22:46:10 +00:00
Commit graph

5 commits

Author SHA1 Message Date
Alex Dunn fca4fd1daa
helm: add support for S3 storage () 2021-02-19 09:52:32 +01:00
Alex Dunn 9c273c2a59
helm: standardize yaml configuration ()
- 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
Alex Dunn 55a6b54f8e
helm: add option for external db () 2021-02-14 20:16:32 +01:00
Patrice Ferlet 4b2ec4a2dc
Fix postrgres secret name for cronjob ()
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
Alex Dunn 53b22d247f
helm: add optional cron job to run tootctl remove media () 2020-10-13 01:19:13 +02:00