Update interlock to include links to 2.2

This commit is contained in:
Joao Fernandes 2017-12-21 14:30:30 -08:00 committed by Jim Galasyn
parent 5313d79baa
commit a1fe083f5c
2 changed files with 10 additions and 0 deletions

View File

@ -6,6 +6,7 @@ keywords: ucp, interlock, load balancing
ui_tabs: ui_tabs:
- version: ucp-3.0 - version: ucp-3.0
orhigher: false orhigher: false
- version: ucp-2.2
--- ---
{% if include.version=="ucp-3.0" %} {% if include.version=="ucp-3.0" %}
@ -46,4 +47,8 @@ By default, the routing mesh service listens on port 80 for HTTP and port
8443 for HTTPS. Change the ports if you already have services that are using 8443 for HTTPS. Change the ports if you already have services that are using
them. them.
{% elsif include.version=="ucp-2.2" %}
* [Configure UCP 2.2 HTTP routing mesh](/datacenter/ucp/2.2/guides/admin/configure/use-domain-names-to-access-services.md)
{% endif %} {% endif %}

View File

@ -6,6 +6,7 @@ keywords: ucp, interlock, load balancing
ui_tabs: ui_tabs:
- version: ucp-3.0 - version: ucp-3.0
orhigher: false orhigher: false
- version: ucp-2.2
--- ---
{% if include.version=="ucp-3.0" %} {% if include.version=="ucp-3.0" %}
@ -65,4 +66,8 @@ demo scaled to 4
The four service replicas will be configured as upstreams. The load balancer will balance traffic The four service replicas will be configured as upstreams. The load balancer will balance traffic
across all service replicas. across all service replicas.
{% elsif include.version=="ucp-2.2" %}
* [Use domain names to access services](/datacenter/ucp/2.2/guides/user/services/use-domain-names-to-access-services.md)
{% endif %} {% endif %}