4b031f9f24
This runs an haproxy which is strikingly similar to the one we currently run for git.openstack.org, but it is run in a docker container. Change-Id: I647ae8c02eb2cd4f3db2b203d61a181f7eb632d2
17 lines
366 B
YAML
17 lines
366 B
YAML
haproxy_listeners:
|
|
- name: balance_git_http
|
|
bind:
|
|
- '*:80'
|
|
servers:
|
|
- name: 'gitea01.opendev.org'
|
|
address: '127.0.0.1:80' # placeholder
|
|
- name: balance_git_https
|
|
bind:
|
|
- '*:443'
|
|
servers:
|
|
- name: 'gitea01.opendev.org'
|
|
address: '127.0.0.1:443' # placeholder
|
|
iptables_extra_public_tcp_ports:
|
|
- 443
|
|
- 80
|