Merge "gitea: fix loadbalancer forwarding in testing"

This commit is contained in:
Zuul 2022-07-06 01:24:12 +00:00 committed by Gerrit Code Review
commit 98938a029e
2 changed files with 1 additions and 3 deletions

View File

@ -11,5 +11,5 @@ gitea_lb_listeners:
- ":::443"
servers:
- name: "gitea99.opendev.org"
address: "{{ (hostvars['gitea99.opendev.org'] | default({})).get('nodepool', {}).get('public_ipv4', '') }}:3000"
address: "{{ (hostvars['gitea99.opendev.org'] | default({})).get('nodepool', {}).get('public_ipv4', '') }}:3081"
check_method: "check check-ssl verify none"

View File

@ -8,5 +8,3 @@ gitea_root_password: BUbBcpToMwR05ZCB
gitea_no_log: false
gitea_gerrit_password: yVpMWIUIvT7f6NwA
gitea_reverse_proxy_hostname: localhost
iptables_extra_public_tcp_ports:
- 3081