Staging still does use docker in the regsitry hostname
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
d84e1df896
commit
450230aa75
1 changed files with 5 additions and 0 deletions
|
@ -451,7 +451,12 @@ frontend docker-candidate-registry-frontend
|
||||||
|
|
||||||
backend docker-candidate-registry-backend
|
backend docker-candidate-registry-backend
|
||||||
balance hdr(appserver)
|
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
|
server oci-candidate-registry01 oci-candidate-registry01:5000 check inter 10s rise 1 fall 2
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
frontend modernpaste-frontend
|
frontend modernpaste-frontend
|
||||||
bind 0.0.0.0:10055
|
bind 0.0.0.0:10055
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue