From 7925576c331d68d6ec855e54967db90f4ffd00f2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 8 Nov 2025 15:04:18 -0800 Subject: [PATCH] haproxy: Also retry oci-registry connections Signed-off-by: Kevin Fenzi --- roles/haproxy/templates/haproxy.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index ff5c0cb1d4..05f3eae8bb 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -154,6 +154,8 @@ backend oci-registry-backend {% if env == "production" %} server oci-registry02 oci-registry02:5000 check inter 10s rise 1 fall 2 {% endif %} + retries 5 + retry-on all-retryable-errors frontend ipsilon-frontend bind 0.0.0.0:10020