Enable haproxy stats

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-16 11:50:52 +02:00
parent f06aa504b9
commit 2d6ccdbbe3

View file

@ -27,6 +27,15 @@ defaults
timeout client 500s
timeout server 500s
frontend stats-frontend
bind 0.0.0.0:8080
default_backend stats-backend
backend stats-backend
balance hdr(appserver)
stats enable
stats uri /
frontend os-masters-kapi
mode tcp
bind 38.145.48.40:6443