Also deploy haproxy for osbs
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
b7df63d3c4
commit
440abf0ea7
1 changed files with 0 additions and 2 deletions
|
@ -288,11 +288,9 @@ listen zanata2fedmsg 0.0.0.0:10046
|
||||||
balance hdr(appserver)
|
balance hdr(appserver)
|
||||||
server zanata2fedmsg01 zanata2fedmsg01:80 check inter 10s rise 1 fall 2
|
server zanata2fedmsg01 zanata2fedmsg01:80 check inter 10s rise 1 fall 2
|
||||||
|
|
||||||
{% if env == "staging" %}
|
|
||||||
listen osbs 0.0.0.0:10047
|
listen osbs 0.0.0.0:10047
|
||||||
balance hdr(appserver)
|
balance hdr(appserver)
|
||||||
server osbs-master01 osbs-master01:8443 check inter 10s rise 1 fall 2 check ssl verify none
|
server osbs-master01 osbs-master01:8443 check inter 10s rise 1 fall 2 check ssl verify none
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
listen docker-registry 0.0.0.0:10048
|
listen docker-registry 0.0.0.0:10048
|
||||||
balance hdr(appserver)
|
balance hdr(appserver)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue