You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/managing-deis/configuring-load-balancers.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,9 @@ Deis includes multiple routers scheduled to the cluster as part of the router me
5
5
These ports need to be open on the load balancers:
6
6
7
7
* 80 (for application traffic and for API calls to the controller)
8
+
* 443 (for secure traffic to the controller and applications, if applicable)
8
9
* 2222 (for traffic to the builder)
9
10
10
11
If you want to configure SSL termination on your load balancer, see [Platform SSL](platform-ssl.md).
11
12
12
-
A health check should be configured on the load balancer to send an HTTP request to /health-check at port 80 on all nodes in the Deis cluster. The health check endpoint returns an HTTP 200. This enables the load balancer to serve traffic to whichever hosts happen to be running the deis-router component at any moment.
13
+
A health check should be configured on the load balancer to send an HTTP request to /healthz at port 9090 on all nodes in the Deis cluster. The health check endpoint returns an HTTP 200. This enables the load balancer to serve traffic to whichever hosts happen to be running the router component at any moment.
0 commit comments