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