From 4ad4c95a24af81f5b27c38e90327d24e2eb4a73e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 17 Jan 2022 15:09:19 +0100 Subject: [PATCH] Add some defaults that s2i does not provide anymore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/datagrepper/templates/gunicorn.conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/openshift-apps/datagrepper/templates/gunicorn.conf.py b/roles/openshift-apps/datagrepper/templates/gunicorn.conf.py index 368dcad2ea..73b91c2066 100644 --- a/roles/openshift-apps/datagrepper/templates/gunicorn.conf.py +++ b/roles/openshift-apps/datagrepper/templates/gunicorn.conf.py @@ -1 +1,3 @@ +bind = "0.0.0.0:8080" +accesslog = "-" timeout = 60