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": {