Commit 8dfaaffb authored by Ben Parees's avatar Ben Parees Committed by GitHub

Merge pull request #3 from jim-minter/trello133-tsb-bind

update templates to use template.openshift.io/expose-uri
parents 955e4793 34512f6d
...@@ -45,7 +45,10 @@ ...@@ -45,7 +45,10 @@
"kind": "Route", "kind": "Route",
"apiVersion": "v1", "apiVersion": "v1",
"metadata": { "metadata": {
"name": "${NAME}" "name": "${NAME}",
"annotations": {
"template.openshift.io/expose-uri": "http://{.spec.host}{.spec.path}"
}
}, },
"spec": { "spec": {
"host": "${APPLICATION_DOMAIN}", "host": "${APPLICATION_DOMAIN}",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment