oraculum: set all routes to append
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
d1af567feb
commit
c779cbc6d7
1 changed files with 7 additions and 0 deletions
|
@ -87,6 +87,8 @@
|
||||||
path: "/api"
|
path: "/api"
|
||||||
serviceport: 8080-tcp
|
serviceport: 8080-tcp
|
||||||
servicename: oraculum-api-endpoint
|
servicename: oraculum-api-endpoint
|
||||||
|
annotations:
|
||||||
|
haproxy.router.openshift.io/set-forwarded-headers: append
|
||||||
|
|
||||||
- role: openshift/route
|
- role: openshift/route
|
||||||
app: oraculum
|
app: oraculum
|
||||||
|
@ -107,6 +109,7 @@
|
||||||
servicename: oraculum-flower
|
servicename: oraculum-flower
|
||||||
annotations:
|
annotations:
|
||||||
haproxy.router.openshift.io/rewrite-target: /
|
haproxy.router.openshift.io/rewrite-target: /
|
||||||
|
haproxy.router.openshift.io/set-forwarded-headers: append
|
||||||
|
|
||||||
- role: openshift/route
|
- role: openshift/route
|
||||||
app: oraculum
|
app: oraculum
|
||||||
|
@ -114,6 +117,8 @@
|
||||||
host: "packager-dashboard{{ env_suffix }}.fedoraproject.org"
|
host: "packager-dashboard{{ env_suffix }}.fedoraproject.org"
|
||||||
serviceport: 8080-tcp
|
serviceport: 8080-tcp
|
||||||
servicename: oraculum-frontend
|
servicename: oraculum-frontend
|
||||||
|
annotations:
|
||||||
|
haproxy.router.openshift.io/set-forwarded-headers: append
|
||||||
|
|
||||||
- role: openshift/route
|
- role: openshift/route
|
||||||
app: oraculum
|
app: oraculum
|
||||||
|
@ -121,6 +126,8 @@
|
||||||
host: "qa{{ env_suffix }}.fedoraproject.org"
|
host: "qa{{ env_suffix }}.fedoraproject.org"
|
||||||
serviceport: 8080-tcp
|
serviceport: 8080-tcp
|
||||||
servicename: qa-landing
|
servicename: qa-landing
|
||||||
|
annotations:
|
||||||
|
haproxy.router.openshift.io/set-forwarded-headers: append
|
||||||
|
|
||||||
- role: openshift/start-build
|
- role: openshift/start-build
|
||||||
app: oraculum
|
app: oraculum
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue