message-tagging-service: Add OpenShift route
This commit is contained in:
parent
3f16bd8dcc
commit
873fe18454
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,12 @@
|
|||
service: message-tagging-service
|
||||
host: "message-tagging-service{{ env_suffix }}.fedoraproject.org"
|
||||
|
||||
- role: openshift/route
|
||||
routename: mts
|
||||
host: "message-tagging-service{{ env_suffix }}.fedoraproject.org"
|
||||
serviceport: web
|
||||
servicename: mts
|
||||
|
||||
tasks:
|
||||
- name: Apply objects
|
||||
include_role: name=openshift/object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue