From 2349a67f66a45380bf688c7ba23dacf182fa5a34 Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" <ardumont@softwareheritage.org> Date: Tue, 17 Oct 2023 18:45:51 +0200 Subject: [PATCH] swh-cassandra/web: Fix remote configuration Refs. swh/infra/sysadm-environment#5095 --- swh/values/staging/swh-cassandra.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swh/values/staging/swh-cassandra.yaml b/swh/values/staging/swh-cassandra.yaml index 6e52cc49b..2b3a30124 100644 --- a/swh/values/staging/swh-cassandra.yaml +++ b/swh/values/staging/swh-cassandra.yaml @@ -2,7 +2,7 @@ namespace: swh-cassandra remoteStorageConfiguration: cls: remote - host: http://storage:5002 + url: http://storage:5002 localRpcRWStorageConfiguration: cls: remote -- GitLab