Fork of https://gitlab.com/burke-software/django-helm-chart/ to fix a bug in the upstream
Find a file
2021-05-28 16:06:18 -04:00
charts Update redis/postgres versions 2021-05-28 16:06:18 -04:00
templates Update redis/postgres versions 2021-05-28 16:06:18 -04:00
.gitlab-ci.yml Update chart path 2020-07-29 09:35:49 -04:00
.helmignore Initial commit 2020-01-14 22:04:41 -05:00
Chart.lock Update redis/postgres versions 2021-05-28 16:06:18 -04:00
Chart.yaml Update redis/postgres versions 2021-05-28 16:06:18 -04:00
LICENSE Add LICENSE 2020-11-20 16:46:31 +00:00
README.md work check in 2021-05-26 19:43:23 -04:00
values.yaml Update redis/postgres versions 2021-05-28 16:06:18 -04:00

Django Helm Chart

We use this chart internally. However it's not fully documented yet nor tested in a wide range of scenarios. If you are a helm and kubernetes expert - feel free to use this and help contribute to this repo.

Usage

  1. Add our Helm chart repo helm repo add glitchtip https://glitchtip.gitlab.io/glitchtip-helm-chart/
  2. Review our values.yaml. At a minimum you'll need to set DATABASE_URL and SECRET_KEY.
  3. Install the chart helm install glitchtip/glitchtip --set databaseURL=your_db --set secretKey=random_string