https://github.com/itswcg/django-helm
django helm for production
https://github.com/itswcg/django-helm
deploy-django-kubernetes django-helm django-k8s django-server helm-chart
Last synced: 3 months ago
JSON representation
django helm for production
- Host: GitHub
- URL: https://github.com/itswcg/django-helm
- Owner: itswcg
- License: apache-2.0
- Created: 2020-04-18T12:14:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T11:05:29.000Z (over 3 years ago)
- Last Synced: 2024-08-04T15:03:45.132Z (about 1 year ago)
- Topics: deploy-django-kubernetes, django-helm, django-k8s, django-server, helm-chart
- Language: Mustache
- Homepage:
- Size: 103 KB
- Stars: 42
- Watchers: 2
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helm Chart for Django
This helm chart install django in a kubernetes cluster.### Install Helm
Read and follow the [Helm installation guide](https://helm.sh/docs/intro/install/).Note: The charts in this repository require Helm version 3.x or later.
### Add the Django Helm Chart repo
In order to be able to use the charts in this repository, add the name and URL to your Helm client:
```bash
helm repo add django https://itswcg.github.io/django-helm/charts/
helm repo update
```### Install charts
```bash
helm install my-release django/django -f values.yaml
```### Configuration
django-helm includes* django-server
* django-config
* django-volumes
* django-celery-beat
* django-celery-work
* django-celery-flower
* django-grpc-server
* django-migrate-job
* django-collectstatic-job
* django-logsee [values.yaml](https://github.com/itswcg/django-helm/blob/master/values.yaml)
### For production
Integrated alicloud hpa, sls.