From f476041493eb1db51602eba399106c3d371b6b5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Wed, 28 Nov 2018 11:19:17 +0100 Subject: [PATCH] Another try with command --- .../release-monitoring/files/deploymentconfig.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml b/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml index d8a12f0f27..ad707d667a 100644 --- a/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml +++ b/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml @@ -41,11 +41,7 @@ items: - name: release-monitoring-web image: release-monitoring/release-monitoring-web:latest command: - - gunicorn - args: - - '--bind 0.0.0.0:8080' - - '--access-logfile=-' - - 'anitya.wsgi:application' + - gunicorn --bind 0.0.0.0:8080 --access-logfile=- anitya.wsgi:application env: - name: USER value: anitya