For osbs and docker, we have internal SSL as well as external
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
33e9460e07
commit
02e7acf487
1 changed files with 2 additions and 2 deletions
|
@ -298,13 +298,13 @@ listen zanata2fedmsg 0.0.0.0:10046
|
|||
{% if env == "staging" %}
|
||||
listen osbs 0.0.0.0:10047
|
||||
balance hdr(appserver)
|
||||
server osbs-master01 osbs-master01:80 check inter 10s rise 1 fall 2
|
||||
server osbs-master01 osbs-master01:443 check inter 10s rise 1 fall 2 check ssl verify none
|
||||
{% endif %}
|
||||
|
||||
{% if env == "staging" %}
|
||||
listen docker-registry 0.0.0.0:10048
|
||||
balance hdr(appserver)
|
||||
server docker-registry01 docker-registry01:80 check inter 10s rise 1 fall 2
|
||||
server docker-registry01 docker-registry01:443 check inter 10s rise 1 fall 2 check ssl verify none
|
||||
{% endif %}
|
||||
|
||||
{% if env == "staging" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue