Skip to content

Instantly share code, notes, and snippets.

@mfournier
Created January 4, 2017 16:32
Show Gist options
  • Save mfournier/85ecef8a668edb2abe319cc574e1e6bb to your computer and use it in GitHub Desktop.
Save mfournier/85ecef8a668edb2abe319cc574e1e6bb to your computer and use it in GitHub Desktop.
lb:
scale: 1
load_balancer_config:
haproxy_config:
defaults: |-
mode http
option httplog
log-tag haproxy-SOME_PROJECT_NAME
backend b_stats
stats enable
stats uri /stats
frontend f_stats
bind *:8008
default_backend b_stats
global: log 10.42.24.10:514 local2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment