We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123c3e7 commit 1ac9ebfCopy full SHA for 1ac9ebf
developing/examples/webapp/assignment5.md
@@ -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