coreos-cincinnati: add routes for raw-updates and statuses
Signed-off-by: Luca Bruno <luca.bruno@coreos.com>
This commit is contained in:
parent
186d8cb446
commit
2501d2524d
1 changed files with 21 additions and 0 deletions
|
@ -57,3 +57,24 @@
|
|||
host: "updates.coreos{{ env_suffix }}.fedoraproject.org"
|
||||
serviceport: coreos-cincinnati-service
|
||||
servicename: coreos-cincinnati
|
||||
|
||||
- role: openshift/route
|
||||
app: coreos-cincinnati
|
||||
routename: coreos-updates-status
|
||||
host: "status.updates.coreos{{ env_suffix }}.fedoraproject.org"
|
||||
serviceport: coreos-cincinnati-service
|
||||
servicename: coreos-cincinnati
|
||||
|
||||
- role: openshift/route
|
||||
app: coreos-cincinnati
|
||||
routename: coreos-updates-raw
|
||||
host: "raw-updates.coreos{{ env_suffix }}.fedoraproject.org"
|
||||
serviceport: coreos-cincinnati-service
|
||||
servicename: coreos-cincinnati
|
||||
|
||||
- role: openshift/route
|
||||
app: coreos-cincinnati
|
||||
routename: coreos-updates-raw-status
|
||||
host: "status.raw-updates.coreos{{ env_suffix }}.fedoraproject.org"
|
||||
serviceport: coreos-cincinnati-service
|
||||
servicename: coreos-cincinnati
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue