Indentation
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
e347b9ce1c
commit
fc2beddd3d
1 changed files with 2 additions and 2 deletions
|
@ -69,10 +69,10 @@ spec:
|
|||
value: "deploy.wsgi"
|
||||
- name: APP_CONFIG
|
||||
value: "/etc/noggin/gunicorn.conf.py"
|
||||
{% if subdir is defined %}
|
||||
{% if subdir is defined %}
|
||||
- name: SCRIPT_NAME
|
||||
value: "{{ subdir }}"
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
readinessProbe:
|
||||
timeoutSeconds: 10
|
||||
initialDelaySeconds: 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue