added load balancer to secrets-bridge server (#281)

This commit is contained in:
Bill Maxwell
2016-09-16 13:26:34 -07:00
committed by GitHub
parent 4fb5393c0d
commit 66713b3a94
2 changed files with 20 additions and 0 deletions
@@ -16,3 +16,9 @@ secrets-bridge:
- ${CATTLE_SECRET_KEY}
- --rancher-access
- ${CATTLE_ACCESS_KEY}
secrets-bridge-lb:
ports:
- "${LBPORT}:8081"
image: rancher/load-balancer-service
links:
- secrets-bridge:secrets-bridge