Fix staging oci-registry to point to 01 only since we don't have a 02 anymore.

This commit should make no changes to production and thus shouldn't need a freeze break.
This commit is contained in:
Kevin Fenzi 2018-10-11 22:07:33 +00:00
parent 48c1accc0c
commit d57f891ade
2 changed files with 6 additions and 0 deletions

View file

@ -351,7 +351,9 @@ frontend oci-registry-frontend
backend oci-registry-backend
balance hdr(appserver)
server oci-registry01 oci-registry01:5000 check inter 10s rise 1 fall 2
{% if env == "production" %}
server oci-registry02 oci-registry02:5000 check inter 10s rise 1 fall 2
{% endif %}
{% if env == "staging" %}