From 6104aff5d2e1084f6e2bd8f79ab463c205594ba4 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Feb 13 2023 15:26:27 +0000 Subject: FMN: adjust the config file to the recent code changes, again Signed-off-by: Aurélien Bompard --- diff --git a/roles/openshift-apps/fmn/templates/fmn.cfg b/roles/openshift-apps/fmn/templates/fmn.cfg index 423b4e3..1e22852 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"