mirror of https://github.com/docker/docs.git
Update interlock to include links to 2.2
This commit is contained in:
parent
5313d79baa
commit
a1fe083f5c
|
@ -6,6 +6,7 @@ keywords: ucp, interlock, load balancing
|
|||
ui_tabs:
|
||||
- version: ucp-3.0
|
||||
orhigher: false
|
||||
- version: ucp-2.2
|
||||
---
|
||||
|
||||
{% 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
|
||||
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 %}
|
||||
|
|
|
@ -6,6 +6,7 @@ keywords: ucp, interlock, load balancing
|
|||
ui_tabs:
|
||||
- version: ucp-3.0
|
||||
orhigher: false
|
||||
- version: ucp-2.2
|
||||
---
|
||||
|
||||
{% 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
|
||||
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 %}
|
||||
|
|
Loading…
Reference in New Issue