]> cat aescling's git repositories - mastodon.git/commit
Add Helm chart (#14090)
authorAlex Dunn <dunn.alex@gmail.com>
Mon, 29 Jun 2020 11:58:48 +0000 (04:58 -0700)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2020 11:58:48 +0000 (13:58 +0200)
commit6d3125f9c0127095913a9f1dfd7043929ba3bb9d
treeefa8d552832a5d54608a6e84d1c5a667a3923269
parent5e8f51b29fccfb7d19d53854f3472f7370593ebf
Add Helm chart (#14090)

* add Helm chart

known issues/future work:

- SSO is unsupported

- S3/Minio/GCS is unsupported

- Swift is unsupported

- WEB_DOMAIN is unsupported

- Tor is unsupported

* helm: clarify how LOCAL_DOMAIN is set

* helm: add chart description

* helm: make DB_POOL and Sidekiq concurrency configurable

* helm: only enforce pod affinity when using ReadWriteOnce

* helm: clarify compatibility

* helm: clean up application variables

* helm: add job to create initial admin
24 files changed:
.gitignore
chart/.helmignore [new file with mode: 0644]
chart/Chart.yaml [new file with mode: 0644]
chart/readme.md [new file with mode: 0644]
chart/templates/NOTES.txt [new file with mode: 0644]
chart/templates/_helpers.tpl [new file with mode: 0644]
chart/templates/configmap-env.yaml [new file with mode: 0644]
chart/templates/deployment-sidekiq.yaml [new file with mode: 0644]
chart/templates/deployment-streaming.yaml [new file with mode: 0644]
chart/templates/deployment-web.yaml [new file with mode: 0644]
chart/templates/hpa.yaml [new file with mode: 0644]
chart/templates/ingress.yaml [new file with mode: 0644]
chart/templates/job-assets-precompile.yaml [new file with mode: 0644]
chart/templates/job-chewy-upgrade.yaml [new file with mode: 0644]
chart/templates/job-create-admin.yaml [new file with mode: 0644]
chart/templates/job-db-migrate.yaml [new file with mode: 0644]
chart/templates/pvc-assets.yaml [new file with mode: 0644]
chart/templates/pvc-system.yaml [new file with mode: 0644]
chart/templates/secrets.yaml [new file with mode: 0644]
chart/templates/service-streaming.yaml [new file with mode: 0644]
chart/templates/service-web.yaml [new file with mode: 0644]
chart/templates/serviceaccount.yaml [new file with mode: 0644]
chart/templates/tests/test-connection.yaml [new file with mode: 0644]
chart/values.yaml.template [new file with mode: 0644]