8b8bf13e4d
We have six new larger gitea backend servers that are replacing the old gitea01-08 set. gitea05-08 has already been removed and deleted. This is the first step is beginning to shutdown gitea01-04. We should consider holding in this state for a time to monitor that the new servers are holding up against demand before we stop replicating to these servers. Removing replication is the point where it is more difficult to put them back into production. Change-Id: Idc90a9f381eaa287d240b94cf1490de112430475
49 lines
1.5 KiB
YAML
49 lines
1.5 KiB
YAML
gitea_lb_listeners:
|
|
- name: balance_git_http
|
|
bind:
|
|
- ':::80'
|
|
servers:
|
|
- name: 'gitea09.opendev.org'
|
|
address: '38.108.68.113:3080'
|
|
check_method: 'check'
|
|
- name: 'gitea10.opendev.org'
|
|
address: '38.108.68.77:3080'
|
|
check_method: 'check'
|
|
- name: 'gitea11.opendev.org'
|
|
address: '38.108.68.215:3080'
|
|
check_method: 'check'
|
|
- name: 'gitea12.opendev.org'
|
|
address: '38.108.68.229:3080'
|
|
check_method: 'check'
|
|
- name: 'gitea13.opendev.org'
|
|
address: '38.74.51.139:3080'
|
|
check_method: 'check'
|
|
- name: 'gitea14.opendev.org'
|
|
address: '38.108.68.205:3080'
|
|
check_method: 'check'
|
|
- name: balance_git_https
|
|
bind:
|
|
- ':::443'
|
|
servers:
|
|
- name: 'gitea09.opendev.org'
|
|
address: '38.108.68.113:3081'
|
|
check_method: 'check check-ssl verify none'
|
|
- name: 'gitea10.opendev.org'
|
|
address: '38.108.68.77:3081'
|
|
check_method: 'check check-ssl verify none'
|
|
- name: 'gitea11.opendev.org'
|
|
address: '38.108.68.215:3081'
|
|
check_method: 'check check-ssl verify none'
|
|
- name: 'gitea12.opendev.org'
|
|
address: '38.108.68.229:3081'
|
|
check_method: 'check check-ssl verify none'
|
|
- name: 'gitea13.opendev.org'
|
|
address: '38.74.51.139:3081'
|
|
check_method: 'check check-ssl verify none'
|
|
- name: 'gitea14.opendev.org'
|
|
address: '38.108.68.205:3081'
|
|
check_method: 'check check-ssl verify none'
|
|
iptables_extra_public_tcp_ports:
|
|
- 443
|
|
- 80
|