haproxy: enable src and kojipkgs in rdu3

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2025-06-26 15:26:10 -07:00
parent 1dfad6322f
commit 9ef0759ca2

View File

@@ -274,7 +274,7 @@ backend oci-candidate-registry-backend
balance hdr(appserver)
server oci-candidate-registry01 oci-candidate-registry01:5000 check inter 10s rise 1 fall 2
{% if 'iad2' in inventory_hostname %}
{% if 'iad2' in inventory_hostname or 'rdu3' in inventory_hostname %}
# Only enable this on iad2 proxies
frontend src-frontend
@@ -302,7 +302,7 @@ backend ipa01-backend
server ipa01 ipa01:443 check inter 10s rise 1 fall 2 ssl verify required ca-file /etc/haproxy/ipa.pem
option httpchk GET /ipa/ui/
{% if env == "production" and 'iad2' in inventory_hostname %}
{% if env == "production" and 'iad2' in inventory_hostname or 'rdu3' in inventory_hostname %}
frontend kojipkgs-frontend
bind 0.0.0.0:10062
default_backend kojipkgs-backend