Indentation

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2020-11-30 14:53:00 +01:00
parent e347b9ce1c
commit fc2beddd3d
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -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