Created
October 2, 2015 11:46
-
-
Save kaos/8964a55297b86f6bc56c to your computer and use it in GitHub Desktop.
rancher/2190
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
svcA: | |
image: busybox | |
command: | |
- sleep | |
- 3600 | |
external_links: | |
- global/HAproxy:svcB.example.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HAproxy: | |
ports: | |
- '80' | |
restart: always | |
image: rancher/load-balancer-service |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HAproxy: | |
scale: 1 | |
load_balancer_config: | |
name: HAproxy config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment