Add gitea13 and gitea14 to the haproxy load balancer
Note this should only be done after replication to these nodes has completed. Change-Id: I44a67b6748793f65e357008f0ef6f68ba584ed16
This commit is contained in:
parent
c53d7b208b
commit
fa09eb47f9
@ -27,6 +27,12 @@ gitea_lb_listeners:
|
||||
- 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'
|
||||
@ -55,6 +61,12 @@ gitea_lb_listeners:
|
||||
- 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user