update haproxy too
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
ae630a42ea
commit
31d617fdc0
1 changed files with 7 additions and 17 deletions
|
@ -366,20 +366,15 @@ backend osbs-backend
|
|||
balance hdr(appserver)
|
||||
server osbs-master01 osbs-master01:8443 check inter 10s rise 1 fall 2 check ssl verify none
|
||||
|
||||
frontend docker-registry-frontend
|
||||
frontend oci-registry-frontend
|
||||
bind 0.0.0.0:10048
|
||||
default_backend docker-registry-backend
|
||||
default_backend oci-registry-backend
|
||||
|
||||
backend docker-registry-backend
|
||||
backend oci-registry-backend
|
||||
balance hdr(appserver)
|
||||
{% if env == "staging" %}
|
||||
server docker-registry01 docker-registry01:5000 check inter 10s rise 1 fall 2
|
||||
server docker-registry02 docker-registry02:5000 check inter 10s rise 1 fall 2
|
||||
{% endif %}
|
||||
{% if env == "production" %}
|
||||
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" %}
|
||||
|
||||
frontend retrace-frontend
|
||||
|
@ -445,18 +440,13 @@ backend krb5-backend
|
|||
# server ipa02 ipa02:88 weight 1 maxconn 16384
|
||||
{% endif %}
|
||||
|
||||
frontend docker-candidate-registry-frontend
|
||||
frontend oci-candidate-registry-frontend
|
||||
bind 0.0.0.0:10054
|
||||
default_backend docker-candidate-registry-backend
|
||||
default_backend oci-candidate-registry-backend
|
||||
|
||||
backend docker-candidate-registry-backend
|
||||
backend oci-candidate-registry-backend
|
||||
balance hdr(appserver)
|
||||
{% if env == "staging" %}
|
||||
server docker-candidate-registry01 docker-candidate-registry01:5000 check inter 10s rise 1 fall 2
|
||||
{% endif %}
|
||||
{% if env == "production" %}
|
||||
server oci-candidate-registry01 oci-candidate-registry01:5000 check inter 10s rise 1 fall 2
|
||||
{% endif %}
|
||||
|
||||
frontend modernpaste-frontend
|
||||
bind 0.0.0.0:10055
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue