Based on django helm chart now
This commit is contained in:
parent
749167ccce
commit
0372b5269b
26 changed files with 42 additions and 636 deletions
12
README.md
12
README.md
|
@ -3,8 +3,16 @@
|
|||
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.
|
||||
|
||||
Based on https://gitlab.com/burke-software/django-helm-chart/
|
||||
|
||||
# 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 databaseURL and secretKey.
|
||||
3. Install the chart `helm install glitchtip/glitchtip --set databaseURL=your_db --set secretKey=random_string`
|
||||
2. Review our values.yaml. At a minimum you'll need to set env.secret.DATABASE_URL and SECRET_KEY.
|
||||
3. Install the chart `helm install glitchtip/glitchtip`
|
||||
|
||||
# Tips
|
||||
|
||||
- Use [helm diff](https://github.com/databus23/helm-diff) to preview changes
|
||||
- We don't version this chart at this time
|
||||
- Set image.tag to the GlitchTip version you wish to install
|
||||
|
|
Reference in a new issue