From e05049f94d4536abde58008bcad1aaa2a21ed9a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 25 May 2022 19:40:31 +0200 Subject: [PATCH] Ipsilon website: set final route MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- playbooks/openshift-apps/ipsilon-website.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/playbooks/openshift-apps/ipsilon-website.yml b/playbooks/openshift-apps/ipsilon-website.yml index 79603fb7a9..b758bd40ca 100644 --- a/playbooks/openshift-apps/ipsilon-website.yml +++ b/playbooks/openshift-apps/ipsilon-website.yml @@ -43,6 +43,15 @@ annotations: haproxy.router.openshift.io/timeout: 5m + - role: openshift/route + app: ipsilon-website + routename: web + host: "ipsilon-project.org" + serviceport: web + servicename: web + annotations: + haproxy.router.openshift.io/timeout: 5m + - role: openshift/object app: ipsilon-website template: deploymentconfig.yml