]> cat aescling's git repositories - mastodon.git/commit
helm: standardize yaml configuration (#15728)
authorAlex Dunn <dunn.alex@gmail.com>
Mon, 15 Feb 2021 07:00:54 +0000 (23:00 -0800)
committerGitHub <noreply@github.com>
Mon, 15 Feb 2021 07:00:54 +0000 (08:00 +0100)
commit9c273c2a59755a46ff3933470b02df857537a4af
tree7ef80103b6de836141d88a94c035b99ae853b350
parent55a6b54f8ee6b04845f1a4a8507ba9907670a739
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
20 files changed:
.gitignore
chart/Chart.yaml
chart/readme.md
chart/templates/NOTES.txt
chart/templates/configmap-env.yaml
chart/templates/cronjob-media-remove.yaml
chart/templates/deployment-sidekiq.yaml
chart/templates/deployment-streaming.yaml
chart/templates/deployment-web.yaml
chart/templates/ingress.yaml
chart/templates/job-assets-precompile.yaml
chart/templates/job-chewy-upgrade.yaml
chart/templates/job-create-admin.yaml
chart/templates/job-db-migrate.yaml
chart/templates/pvc-assets.yaml
chart/templates/pvc-system.yaml
chart/templates/secrets.yaml
chart/templates/service-streaming.yaml
chart/templates/service-web.yaml
chart/values.yaml [moved from chart/values.yaml.template with 70% similarity]