From 7003a119e1848e7bf63eae7cb75ab1d8f88878f3 Mon Sep 17 00:00:00 2001 From: "Masih H. Derkani" Date: Tue, 4 Jul 2023 15:03:01 +0100 Subject: [PATCH] Configure `inga` to write to the new `dhstore` Change `inga` to write the newly configurted `dhstore` instance and move `porvy` to dhstore cluster URLS for handling deletes. --- .../tenant/storetheindex/indexstar/deployment.yaml | 2 ++ .../tenant/storetheindex/instances/inga/config.json | 8 ++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/deploy/manifests/prod/us-east-2/tenant/storetheindex/indexstar/deployment.yaml b/deploy/manifests/prod/us-east-2/tenant/storetheindex/indexstar/deployment.yaml index d4f44fd14..4402ca645 100644 --- a/deploy/manifests/prod/us-east-2/tenant/storetheindex/indexstar/deployment.yaml +++ b/deploy/manifests/prod/us-east-2/tenant/storetheindex/indexstar/deployment.yaml @@ -29,9 +29,11 @@ spec: - '--backends=http://dhfind.internal.prod.cid.contact/' - '--backends=http://dhfind-helga.internal.prod.cid.contact/' - '--backends=http://dhfind-porvy.internal.prod.cid.contact/' + - '--backends=http://dhfind-qiu/' - '--dhBackends=http://dhstore.internal.prod.cid.contact/' - '--dhBackends=http://dhstore-helga.internal.prod.cid.contact/' - '--dhBackends=http://dhstore-porvy.internal.prod.cid.contact/' + - '--dhBackends=http://dhstore-qiu:40080' - '--cascadeBackends=http://caskadht.internal.prod.cid.contact/' - '--cascadeBackends=http://cassette.internal.prod.cid.contact/' - '--fallbackBackend=http://dido-indexer:3000/' diff --git a/deploy/manifests/prod/us-east-2/tenant/storetheindex/instances/inga/config.json b/deploy/manifests/prod/us-east-2/tenant/storetheindex/instances/inga/config.json index b1a728989..c9cb74a2d 100644 --- a/deploy/manifests/prod/us-east-2/tenant/storetheindex/instances/inga/config.json +++ b/deploy/manifests/prod/us-east-2/tenant/storetheindex/instances/inga/config.json @@ -60,8 +60,12 @@ "ValueStoreType": "none", "DisableWAL": true, "DHBatchSize": 16384, - "DHStoreURL": "http://dhstore-porvy.internal.prod.cid.contact", - "DHStoreClusterURLs": ["http://dhstore.internal.prod.cid.contact", "http://dhstore-helga.internal.prod.cid.contact"], + "DHStoreURL": "http://dhstore-qiu:40080", + "DHStoreClusterURLs": [ + "http://dhstore.internal.prod.cid.contact", + "http://dhstore-helga.internal.prod.cid.contact", + "http://dhstore-porvy.internal.prod.cid.contact" + ], "DHStoreHttpClientTimeout": "60s" }, "Ingest": {