From eaef753b25590b123ee574a52110abf933ccf451 Mon Sep 17 00:00:00 2001 From: Leo Puvilland Date: Mon, 15 Jan 2024 15:48:16 -0800 Subject: [PATCH] flatpak-cache: add new route Signed-off-by: Leo Puvilland --- playbooks/openshift-apps/flatpak-cache.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/playbooks/openshift-apps/flatpak-cache.yml b/playbooks/openshift-apps/flatpak-cache.yml index 6d2e578804..1859d23e06 100644 --- a/playbooks/openshift-apps/flatpak-cache.yml +++ b/playbooks/openshift-apps/flatpak-cache.yml @@ -75,6 +75,16 @@ annotations: haproxy.router.openshift.io/timeout: 5m + - role: openshift/route + app: flatpak-cache + routename: web-direct + host: "flatpak-cache{{ env_suffix }}.fedoraproject.org" + servicename: flatpak-cache + serviceport: web + termination_passthrough: true + annotations: + haproxy.router.openshift.io/timeout: 5m + - role: openshift/object app: flatpak-cache template: deployment.yml