diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-01-24 09:17:47 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-24 09:17:47 -0800 |
commit | 362a248d5d09707625070f158022fa7e3be00df0 (patch) | |
tree | 9ea1329311a063d0778302c265748f385d064ab8 | |
parent | 1871fbc797b236dbb374a0027ce5cd085b0c9361 (diff) | |
parent | 9f5a6e37f2b76a9390bb647ae9be0f065b2bc633 (diff) | |
download | openshift-362a248d5d09707625070f158022fa7e3be00df0.tar.gz openshift-362a248d5d09707625070f158022fa7e3be00df0.tar.bz2 openshift-362a248d5d09707625070f158022fa7e3be00df0.tar.xz openshift-362a248d5d09707625070f158022fa7e3be00df0.zip |
Merge pull request #6839 from mtnbikenc/fix-1506866
Automatic merge from submit-queue.
[1506866] Update haproxy.cfg.j2
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1506866
-rw-r--r-- | roles/openshift_loadbalancer/templates/haproxy.cfg.j2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/openshift_loadbalancer/templates/haproxy.cfg.j2 b/roles/openshift_loadbalancer/templates/haproxy.cfg.j2 index de5a8d7c2..823f012af 100644 --- a/roles/openshift_loadbalancer/templates/haproxy.cfg.j2 +++ b/roles/openshift_loadbalancer/templates/haproxy.cfg.j2 @@ -38,7 +38,8 @@ defaults timeout check 10s maxconn {{ openshift_loadbalancer_default_maxconn | default(20000) }} -listen stats :9000 +listen stats + bind :9000 mode http stats enable stats uri / |