update things for new names
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
5840621a79
commit
d370e3dc7a
6 changed files with 10 additions and 10 deletions
|
@ -366,7 +366,6 @@ backend osbs-backend
|
|||
balance hdr(appserver)
|
||||
server osbs-master01 osbs-master01:8443 check inter 10s rise 1 fall 2 check ssl verify none
|
||||
|
||||
# This is silly, but basically, stg has registry01/02, prod has registry02/03
|
||||
frontend docker-registry-frontend
|
||||
bind 0.0.0.0:10048
|
||||
default_backend docker-registry-backend
|
||||
|
@ -375,10 +374,11 @@ backend docker-registry-backend
|
|||
balance hdr(appserver)
|
||||
{% if env == "staging" %}
|
||||
server docker-registry01 docker-registry01:5000 check inter 10s rise 1 fall 2
|
||||
{% endif %}
|
||||
server docker-registry02 docker-registry02:5000 check inter 10s rise 1 fall 2
|
||||
{% endif %}
|
||||
{% if env == "production" %}
|
||||
server docker-registry03 docker-registry03:5000 check inter 10s rise 1 fall 2
|
||||
server oci-registry01 oci-registry01:5000 check inter 10s rise 1 fall 2
|
||||
server oci-registry02 oci-registry02:5000 check inter 10s rise 1 fall 2
|
||||
{% endif %}
|
||||
{% if env == "staging" %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue