Merge "Add gitea09 to the gitea load balancer"

This commit is contained in:
Zuul 2023-02-28 21:56:34 +00:00 committed by Gerrit Code Review
commit 356e3feb79

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