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