Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11842 from ahardin-rh/dedicated-routes
Bug 1623190, Added sections in for Dedicated
  • Loading branch information
ahardin-rh committed Aug 30, 2018
2 parents a896f10 + ceffb83 commit dfc8c8a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions architecture/networking/routes.adoc
Expand Up @@ -163,7 +163,7 @@ openssl ciphers
----
endif::[]

ifdef::openshift-origin,openshift-enterprise[]
ifdef::openshift-origin,openshift-enterprise,openshift-dedicated[]
[[route-hostnames]]
== Route Host Names
In order for services to be exposed externally, an {product-title} route allows
Expand Down Expand Up @@ -250,7 +250,7 @@ endif::[]
for their environment.
endif::openshift-origin,openshift-enterprise,openshift-dedicated[]

ifdef::openshift-origin,openshift-enterprise[]
ifdef::openshift-origin,openshift-enterprise,openshift-dedicated[]
[[route-types]]
== Route Types
Routes can be either secured or unsecured. Secure routes provide the ability to
Expand Down Expand Up @@ -286,7 +286,7 @@ The available types of termination are xref:secured-routes[described
below].
endif::[]

ifdef::openshift-origin,openshift-enterprise[]
ifdef::openshift-origin,openshift-enterprise,openshift-dedicated[]
[[path-based-routes]]
=== Path Based Routes
Path based routes specify a path component that can be compared against
Expand Down Expand Up @@ -347,7 +347,7 @@ of the request.
====
endif::[]

ifdef::openshift-origin,openshift-enterprise[]
ifdef::openshift-origin,openshift-enterprise,openshift-dedicated[]
[[secured-routes]]
=== Secured Routes
Secured routes specify the TLS termination of the route and, optionally,
Expand Down Expand Up @@ -579,7 +579,7 @@ ifdef::openshift-origin,openshift-enterprise[]
include::architecture/topics/router_sharding.adoc[]
endif::[]

ifdef::openshift-origin,openshift-enterprise[]
ifdef::openshift-origin,openshift-enterprise,openshift-dedicated[]
[[alternateBackends]]
== Alternate Backends and Weights
include::architecture/topics/alternate_backends_weights.adoc[]
Expand Down

0 comments on commit dfc8c8a

Please sign in to comment.