From 6104aff5d2e1084f6e2bd8f79ab463c205594ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 6 Feb 2023 12:28:38 +0100 Subject: [PATCH] FMN: adjust the config file to the recent code changes, again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/fmn/templates/fmn.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/roles/openshift-apps/fmn/templates/fmn.cfg b/roles/openshift-apps/fmn/templates/fmn.cfg index 423b4e3038..1e228527b6 100644 --- a/roles/openshift-apps/fmn/templates/fmn.cfg +++ b/roles/openshift-apps/fmn/templates/fmn.cfg @@ -7,6 +7,4 @@ OIDC_CLIENT_ID="fmn" # OIDC_CLIENT_SECRET is set in the environement by the deploymentconfig SERVICES__FASJSON_URL=https://fasjson{{ env_suffix }}.fedoraproject.org SERVICES__DISTGIT_URL=https://src{{ env_suffix }}.fedoraproject.org -CACHE__URL="rediss://redis.fmn.svc.cluster.local/" -CACHE__ARGUMENTS__DB="1" -CACHE__ARGUMENTS__DIGESTMOD="sha1" +CACHE__URL="redis://redis.fmn.svc.cluster.local/?digestmod=sha1&socket_connect_timeout=0.5"