flatpak-cache: add new route
Signed-off-by: Leo Puvilland <leo@craftcat.dev>
This commit is contained in:
parent
3d520b3357
commit
eaef753b25
1 changed files with 10 additions and 0 deletions
|
@ -75,6 +75,16 @@
|
||||||
annotations:
|
annotations:
|
||||||
haproxy.router.openshift.io/timeout: 5m
|
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
|
- role: openshift/object
|
||||||
app: flatpak-cache
|
app: flatpak-cache
|
||||||
template: deployment.yml
|
template: deployment.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue