diff --git a/ee/ucp/admin/configure/join-nodes/use-a-load-balancer.md b/ee/ucp/admin/configure/join-nodes/use-a-load-balancer.md index 346945c78b..670d0d578e 100644 --- a/ee/ucp/admin/configure/join-nodes/use-a-load-balancer.md +++ b/ee/ucp/admin/configure/join-nodes/use-a-load-balancer.md @@ -18,8 +18,8 @@ requests to that node, so that the failure goes unnoticed by users. Since Docker UCP uses mutual TLS, make sure you configure your load balancer to: -* Load-balance TCP traffic on port 443, -* Not terminate HTTPS connections, +* Load-balance TCP traffic on ports `443` and `6443`. +* Not terminate HTTPS connections. * Use the `/_ping` endpoint on each manager node, to check if the node is healthy and if it should remain on the load balancing pool or not.