aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/haproxy/proxy/listen/stats.yml
blob: 1d093f17b6b4f18a5d7c5bf2f22b399843dbf093 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
parameters:
  _param:
    haproxy_stats_port: 9600
  haproxy:
    proxy:
      listen:
        stats:
          type: stats
          check: false
          binds:
            - address: ${_param:haproxy_bind_address}
              port: ${_param:haproxy_stats_port}