From a8530357f7963764fe0ef9fa4b1831655660453d Mon Sep 17 00:00:00 2001
From: Guillaume Samson <guillaume.samson@softwareheritage.org>
Date: Wed, 10 May 2023 10:50:12 +0200
Subject: [PATCH] swh/production-cassandra: update storage config to use azure
 objstorage backend

---
 swh/values/production-cassandra.yaml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/swh/values/production-cassandra.yaml b/swh/values/production-cassandra.yaml
index 6d6615ed1..f333c7064 100644
--- a/swh/values/production-cassandra.yaml
+++ b/swh/values/production-cassandra.yaml
@@ -198,13 +198,8 @@ storage:
       - cassandra08.internal.softwareheritage.org
     keySpace: swh
     consistencyLevel: LOCAL_QUORUM
-  objstorageClass: filtered
-  objstorageConfig:
-    storage_conf:
-      cls: remote
-      url: http://objstorage.internal.softwareheritage.org:5003/
-    filters_conf:
-    - type: readonly
+  objstorageClass: multiplexer
+  objstorageConfig: ${OBJSTORAGECONFIG}
 
 web:
   enabled: true
-- 
GitLab