diff --git a/roles/openshift-apps/discourse2fedmsg/templates/deploymentconfig.yml b/roles/openshift-apps/discourse2fedmsg/templates/deploymentconfig.yml index 1709db4d30..73dceb6311 100644 --- a/roles/openshift-apps/discourse2fedmsg/templates/deploymentconfig.yml +++ b/roles/openshift-apps/discourse2fedmsg/templates/deploymentconfig.yml @@ -22,6 +22,9 @@ spec: containers: - image: discourse2fedmsg:latest name: discourse2fedmsg + env: + - name: APP_MODULE: + value: discourse2fedmsg:app ports: - containerPort: 8080 protocol: TCP