feat(mastodon): Add own helm chart to repository
This patch introduces an own helm chart, which is basically a copy of the upstream chart, but with adjustments made to it, to fit with my current style of deployment. Given the current uncontrolled nature of adjustments to the upstream chart, it might cause unexpected outages and alike, moving this chart into my own repository should prevent that and allow to use the standard flow. Further not all my changes are upstream yet and might never be, given that many people are working on the same problems right now. Refrences: https://github.com/mastodon/mastodon/pull/20733
Showing
- charts/.utils/gitlab-ci.yaml 1 addition, 0 deletionscharts/.utils/gitlab-ci.yaml
- charts/mastodon/.helmignore 37 additions, 0 deletionscharts/mastodon/.helmignore
- charts/mastodon/Chart.lock 12 additions, 0 deletionscharts/mastodon/Chart.lock
- charts/mastodon/Chart.yaml 36 additions, 0 deletionscharts/mastodon/Chart.yaml
- charts/mastodon/README.md 116 additions, 0 deletionscharts/mastodon/README.md
- charts/mastodon/charts/elasticsearch-19.0.1.tgz 0 additions, 0 deletionscharts/mastodon/charts/elasticsearch-19.0.1.tgz
- charts/mastodon/charts/postgresql-11.1.3.tgz 0 additions, 0 deletionscharts/mastodon/charts/postgresql-11.1.3.tgz
- charts/mastodon/charts/redis-16.13.2.tgz 0 additions, 0 deletionscharts/mastodon/charts/redis-16.13.2.tgz
- charts/mastodon/templates/NOTES.txt 22 additions, 0 deletionscharts/mastodon/templates/NOTES.txt
- charts/mastodon/templates/_helpers.tpl 138 additions, 0 deletionscharts/mastodon/templates/_helpers.tpl
- charts/mastodon/templates/configmap-env.yaml 319 additions, 0 deletionscharts/mastodon/templates/configmap-env.yaml
- charts/mastodon/templates/cronjob-media-remove.yaml 77 additions, 0 deletionscharts/mastodon/templates/cronjob-media-remove.yaml
- charts/mastodon/templates/deployment-sidekiq.yaml 127 additions, 0 deletionscharts/mastodon/templates/deployment-sidekiq.yaml
- charts/mastodon/templates/deployment-streaming.yaml 88 additions, 0 deletionscharts/mastodon/templates/deployment-streaming.yaml
- charts/mastodon/templates/deployment-web.yaml 128 additions, 0 deletionscharts/mastodon/templates/deployment-web.yaml
- charts/mastodon/templates/ingress.yaml 71 additions, 0 deletionscharts/mastodon/templates/ingress.yaml
- charts/mastodon/templates/job-assets-precompile.yaml 77 additions, 0 deletionscharts/mastodon/templates/job-assets-precompile.yaml
- charts/mastodon/templates/job-chewy-upgrade.yaml 79 additions, 0 deletionscharts/mastodon/templates/job-chewy-upgrade.yaml
- charts/mastodon/templates/job-create-admin.yaml 84 additions, 0 deletionscharts/mastodon/templates/job-create-admin.yaml
- charts/mastodon/templates/job-db-migrate.yaml 77 additions, 0 deletionscharts/mastodon/templates/job-db-migrate.yaml
Loading
Please register or sign in to comment