gitea_lb_listeners: - name: balance_git_http bind: - ':::80' servers: - name: 'gitea01.opendev.org' address: '38.108.68.172:3080' check_method: 'check' - name: 'gitea02.opendev.org' address: '38.108.68.23:3080' check_method: 'check' - name: 'gitea03.opendev.org' address: '38.108.68.110:3080' check_method: 'check' - name: 'gitea04.opendev.org' address: '38.108.68.147:3080' check_method: 'check' - name: 'gitea05.opendev.org' address: '38.108.68.131:3080' check_method: 'check' - name: 'gitea06.opendev.org' address: '38.108.68.250:3080' check_method: 'check' - name: 'gitea07.opendev.org' address: '38.108.68.134:3080' check_method: 'check' - name: 'gitea09.opendev.org' address: '38.108.68.113:3080' check_method: 'check' - name: balance_git_https bind: - ':::443' servers: - name: 'gitea01.opendev.org' address: '38.108.68.172:3081' check_method: 'check check-ssl verify none' - name: 'gitea02.opendev.org' address: '38.108.68.23:3081' check_method: 'check check-ssl verify none' - name: 'gitea03.opendev.org' address: '38.108.68.110:3081' check_method: 'check check-ssl verify none' - name: 'gitea04.opendev.org' address: '38.108.68.147:3081' check_method: 'check check-ssl verify none' - name: 'gitea05.opendev.org' address: '38.108.68.131:3081' check_method: 'check check-ssl verify none' - name: 'gitea06.opendev.org' address: '38.108.68.250:3081' check_method: 'check check-ssl verify none' - name: 'gitea07.opendev.org' address: '38.108.68.134:3081' check_method: 'check check-ssl verify none' - name: 'gitea09.opendev.org' address: '38.108.68.113:3081' check_method: 'check check-ssl verify none' iptables_extra_public_tcp_ports: - 443 - 80