Skip to content

Commit 1ac9ebf

Browse files
committed
Add the fifth assignment
[refs #6acefea3d1d5]
1 parent 123c3e7 commit 1ac9ebf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Integrate your load balancer
2+
* Add a new service definition
3+
* Call it `lb`
4+
* Use your load balancer image
5+
* Or use jfahrer/lb:v3
6+
* Make sure to assign the PROXY_UPSTREAM environment variable
7+
* Needs to reference the correct service and port
8+
* Publish port 80
9+
* Start your services
10+
* Use your browser to verify it works
11+
* http://localhost
12+
* Scale your web app
13+
* Stop publishing ports for your web app

0 commit comments

Comments
 (0)