added chart
This commit is contained in:
parent
537e43a9f4
commit
f94c26e29b
17 changed files with 542 additions and 0 deletions
45
charts/django-nginx-uwsgi/0.4.4/requirements.yaml
Normal file
45
charts/django-nginx-uwsgi/0.4.4/requirements.yaml
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
dependencies:
|
||||
- name: nginx-uwsgi
|
||||
version: 0.4.3
|
||||
repository: https://raw.githubusercontent.com/APSL/kubernetes-charts/master/packages
|
||||
alias: app
|
||||
|
||||
- name: uwsgi
|
||||
version: 0.4.4
|
||||
repository: https://raw.githubusercontent.com/APSL/kubernetes-charts/master/packages
|
||||
alias: crons
|
||||
condition: crons.enabled
|
||||
|
||||
- name: uwsgi
|
||||
version: 0.4.4
|
||||
repository: https://raw.githubusercontent.com/APSL/kubernetes-charts/master/packages
|
||||
alias: rq
|
||||
condition: rq.enabled
|
||||
|
||||
- name: django-celery
|
||||
version: 0.1.2
|
||||
repository: https://raw.githubusercontent.com/APSL/kubernetes-charts/master/packages
|
||||
alias: celery
|
||||
condition: celery.enabled
|
||||
|
||||
- name: django-celery
|
||||
version: 0.1.2
|
||||
repository: https://raw.githubusercontent.com/APSL/kubernetes-charts/master/packages
|
||||
alias: celery-beat
|
||||
condition: celery-beat.enabled
|
||||
|
||||
- name: varnish
|
||||
version: 0.1.0
|
||||
repository: https://raw.githubusercontent.com/APSL/kubernetes-charts/master/packages
|
||||
condition: varnish.enabled
|
||||
|
||||
- name: redis
|
||||
version: 0.8.0
|
||||
repository: https://charts.helm.sh/stable
|
||||
condition: redis.enabled
|
||||
|
||||
- name: uwsgi
|
||||
version: 0.4.4
|
||||
repository: https://raw.githubusercontent.com/APSL/kubernetes-charts/master/packages
|
||||
alias: migrations
|
||||
condition: migrations.enabled
|
||||
Loading…
Add table
Add a link
Reference in a new issue