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"
|
value: "deploy.wsgi"
|
||||||
- name: APP_CONFIG
|
- name: APP_CONFIG
|
||||||
value: "/etc/noggin/gunicorn.conf.py"
|
value: "/etc/noggin/gunicorn.conf.py"
|
||||||
{% if subdir is defined %}
|
{% if subdir is defined %}
|
||||||
- name: SCRIPT_NAME
|
- name: SCRIPT_NAME
|
||||||
value: "{{ subdir }}"
|
value: "{{ subdir }}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
timeoutSeconds: 10
|
timeoutSeconds: 10
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue