Skip to content

Instantly share code, notes, and snippets.

@amy
Last active April 4, 2017 16:11
Show Gist options
  • Select an option

  • Save amy/555f9599bb67971a60f7498a0b92e7b1 to your computer and use it in GitHub Desktop.

Select an option

Save amy/555f9599bb67971a60f7498a0b92e7b1 to your computer and use it in GitHub Desktop.
#rancher-compose.yml
version: '2'
services:
apache:
scale: 1
apache-lb:
scale: 1
lb_config:
port_rules:
- source_port: 80
target_port: 80
service: apache
protocol: http
health_check:
port: 42
interval: 2000
unhealthy_threshold: 3
healthy_threshold: 2
response_timeout: 2000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment