summaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/haproxy/proxy/listen/uchiwa.yml
blob: 1f25bc49ce7e245040deb4854a7044b87c282c1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
parameters:
  haproxy:
    proxy:
      listen:
        uchiwa:
          mode: http
          options:
            - forwardfor
            - httpchk
            - httpclose
            - httplog
          balance: source
          binds:
            - address: ${_param:cluster_vip_address}
              port: 80
          servers:
            - name: ${_param:cluster_node01_hostname}
              host: ${_param:cluster_node01_address}
              port: 3000
              params: check
            - name: ${_param:cluster_node02_hostname}
              host: ${_param:cluster_node02_address}
              port: 3000
              params: check