Skip to content

Instantly share code, notes, and snippets.

@kaos
Created October 2, 2015 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaos/8964a55297b86f6bc56c to your computer and use it in GitHub Desktop.
Save kaos/8964a55297b86f6bc56c to your computer and use it in GitHub Desktop.
rancher/2190
svcA:
image: busybox
command:
- sleep
- 3600
external_links:
- global/HAproxy:svcB.example.com
HAproxy:
ports:
- '80'
restart: always
image: rancher/load-balancer-service
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