Add gitea09 to the gitea load balancer

This should only be done after gitea09 is configured and has received a
full git sync from gerrit.

Change-Id: I96fbe9e46aa95e494ce2078bd838046a40badbe4
This commit is contained in:
Clark Boylan 2023-02-16 13:34:11 -08:00
parent d562838dd2
commit c4a2c4e8bd

View File

@ -27,6 +27,9 @@ gitea_lb_listeners:
- name: 'gitea08.opendev.org'
address: '38.108.68.205:3080'
check_method: 'check'
- name: 'gitea09.opendev.org'
address: '38.108.68.113:3080'
check_method: 'check'
- name: balance_git_https
bind:
- ':::443'
@ -55,6 +58,9 @@ gitea_lb_listeners:
- name: 'gitea08.opendev.org'
address: '38.108.68.205: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