From 97db4e4c5f6b3f7276833493ce879ac868659509 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 16 2020 13:27:20 +0000 Subject: openshift/bodhi: Fix the route annotations so it actually works Signed-off-by: Pierre-Yves Chibon --- diff --git a/playbooks/openshift-apps/bodhi.yml b/playbooks/openshift-apps/bodhi.yml index 7573628..d3c9b2b 100644 --- a/playbooks/openshift-apps/bodhi.yml +++ b/playbooks/openshift-apps/bodhi.yml @@ -112,7 +112,8 @@ host: "bodhi{{ env_suffix }}.fedoraproject.org" serviceport: web servicename: bodhi-web - annotations: "haproxy.router.openshift.io/timeout: 180s" + annotations: + haproxy.router.openshift.io/timeout: 180s - role: openshift/object app: bodhi template: deploymentconfig.yml