diff --git a/roles/fas_server/templates/configmap.yml b/roles/fas_server/templates/configmap.yml index b0475c8f64..6516f6a150 100644 --- a/roles/fas_server/templates/configmap.yml +++ b/roles/fas_server/templates/configmap.yml @@ -83,7 +83,7 @@ data: rm -rf /tmp/fas-gpg mkdir /tmp/fas-gpg ln -s /etc/fas-gpg/pubring.gpg /tmp/fas-gpg/pubring.gpg - python /etc/fas/app_gunicorn.py --bind :8000 --chdir /app app + python /etc/fas/app_gunicorn.py --bind :8000 --chdir /app app --timeout 300 app_gunicorn.py: |- # We need a custom gunicorn script because we need to inject various requires import __main__