From 3892a9c954f2ad6daee88257e91ecada50119a68 Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" <ardumont@softwareheritage.org> Date: Fri, 26 Jan 2024 17:26:25 +0100 Subject: [PATCH] production/storage: Migrate objstorage multiplexer to use banco rpc Refs. swh/infra/sysadm-environment#5226 --- swh/values/production/default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swh/values/production/default.yaml b/swh/values/production/default.yaml index 0fd2110ec..c851a3c7c 100644 --- a/swh/values/production/default.yaml +++ b/swh/values/production/default.yaml @@ -331,7 +331,7 @@ multiplexerBancoSaamRemoteConfiguration: - cls: filtered storage_conf: cls: remote - url: http://banco.internal.softwareheritage.org:5003/ + url: http://objstorage-ro-banco-xfs-rpc-ingress filters_conf: - type: readonly - cls: filtered -- GitLab