|
...
|
...
|
@@ -9,8 +9,11 @@ that can be exposed for DNS based routing.
|
|
9
|
9
|
|
|
10
|
10
|
## Creating Routes
|
|
11
|
11
|
|
|
12
|
|
-When you create a route you specify the `hostname` and `service` that the route is connecting. The `hostname` is the
|
|
13
|
|
-prefix that will be used to create a `hostname-namespace.v3.rhcloud.com` route. See below for an example route configuration file.
|
|
|
12
|
+When you create a route you specify the `hostname` and `service` that the route is connecting. The `hostname` is the
|
|
|
13
|
+web host that the router will use to direct traffic. This host name should be a domain name that you
|
|
|
14
|
+already own, for instance `www.example.com`. Alternatively, you may leave the host name
|
|
|
15
|
+blank and a system generated host name will be created. It is important to note that at this point
|
|
|
16
|
+DNS resolution of host names is external to the OpenShift system.
|
|
14
|
17
|
|
|
15
|
18
|
|
|
16
|
19
|
## Running the router
|