helm: remove explicit bootstrapping

This commit is contained in:
Jens Langhammer 2020-04-22 11:45:36 +02:00
parent aac7e6be90
commit 4eb7c5f94b
2 changed files with 2 additions and 8 deletions

View File

@ -31,8 +31,6 @@ spec:
command:
- ./manage.py
args:
- bootstrap
- ./manage.py
- migrate
volumeMounts:
- mountPath: /etc/passbook
@ -62,10 +60,8 @@ spec:
image: "beryju/passbook:{{ .Values.image.tag }}"
imagePullPolicy: Always
command:
- ./manage.py
args:
- bootstrap
- uwsgi
args:
- uwsgi.ini
volumeMounts:
- mountPath: /etc/passbook

View File

@ -29,10 +29,8 @@ spec:
image: "beryju/passbook:{{ .Values.image.tag }}"
imagePullPolicy: IfNotPresent
command:
- ./manage.py
args:
- bootstrap
- celery
args:
- worker
- --autoscale=10,3
- -E