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: contrib/rackspace/README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,21 @@ The script will deploy Deis and make sure the services start properly.
72
72
### Configure DNS
73
73
You'll need to configure DNS records so you can access applications hosted on Deis. See [Configuring DNS](http://docs.deis.io/en/latest/installing_deis/configure-dns/) for details.
74
74
75
+
### Configure Load Balancer
76
+
You'll need to create two load balancers on Rackspace to handle your cluster.
77
+
78
+
Load Balancer 1
79
+
Port 80
80
+
Protocol HTTP
81
+
Health Monitoring -
82
+
Monitor Type HTTP
83
+
HTTP Path /health-check
84
+
85
+
Load Balancer 2
86
+
Virtual IP Shared VIP on Another Load Balancer (select Load Balancer 1)
87
+
Port 2222
88
+
Protocol TCP (this can probably be anything, but TCP worked for me)
0 commit comments