-
- Downloads
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
Showing
- .gitignore 5 additions, 0 deletions.gitignore
- chart/.helmignore 23 additions, 0 deletionschart/.helmignore
- chart/Chart.yaml 35 additions, 0 deletionschart/Chart.yaml
- chart/readme.md 44 additions, 0 deletionschart/readme.md
- chart/templates/NOTES.txt 21 additions, 0 deletionschart/templates/NOTES.txt
- chart/templates/_helpers.tpl 79 additions, 0 deletionschart/templates/_helpers.tpl
- chart/templates/configmap-env.yaml 65 additions, 0 deletionschart/templates/configmap-env.yaml
- chart/templates/deployment-sidekiq.yaml 97 additions, 0 deletionschart/templates/deployment-sidekiq.yaml
- chart/templates/deployment-streaming.yaml 80 additions, 0 deletionschart/templates/deployment-streaming.yaml
- chart/templates/deployment-web.yaml 101 additions, 0 deletionschart/templates/deployment-web.yaml
- chart/templates/hpa.yaml 28 additions, 0 deletionschart/templates/hpa.yaml
- chart/templates/ingress.yaml 41 additions, 0 deletionschart/templates/ingress.yaml
- chart/templates/job-assets-precompile.yaml 69 additions, 0 deletionschart/templates/job-assets-precompile.yaml
- chart/templates/job-chewy-upgrade.yaml 71 additions, 0 deletionschart/templates/job-chewy-upgrade.yaml
- chart/templates/job-create-admin.yaml 76 additions, 0 deletionschart/templates/job-create-admin.yaml
- chart/templates/job-db-migrate.yaml 69 additions, 0 deletionschart/templates/job-db-migrate.yaml
- chart/templates/pvc-assets.yaml 13 additions, 0 deletionschart/templates/pvc-assets.yaml
- chart/templates/pvc-system.yaml 13 additions, 0 deletionschart/templates/pvc-system.yaml
- chart/templates/secrets.yaml 28 additions, 0 deletionschart/templates/secrets.yaml
- chart/templates/service-streaming.yaml 15 additions, 0 deletionschart/templates/service-streaming.yaml
chart/.helmignore
0 → 100644
chart/Chart.yaml
0 → 100644
chart/readme.md
0 → 100644
chart/templates/NOTES.txt
0 → 100644
chart/templates/_helpers.tpl
0 → 100644
chart/templates/configmap-env.yaml
0 → 100644
chart/templates/deployment-sidekiq.yaml
0 → 100644
chart/templates/deployment-streaming.yaml
0 → 100644
chart/templates/deployment-web.yaml
0 → 100644
chart/templates/hpa.yaml
0 → 100644
chart/templates/ingress.yaml
0 → 100644
chart/templates/job-assets-precompile.yaml
0 → 100644
chart/templates/job-chewy-upgrade.yaml
0 → 100644
chart/templates/job-create-admin.yaml
0 → 100644
chart/templates/job-db-migrate.yaml
0 → 100644
chart/templates/pvc-assets.yaml
0 → 100644
chart/templates/pvc-system.yaml
0 → 100644
chart/templates/secrets.yaml
0 → 100644
chart/templates/service-streaming.yaml
0 → 100644
Please register or sign in to comment