From 8d2caff442090727aa77eb2000a3735c54436480 Mon Sep 17 00:00:00 2001 From: Andrew Gillis Date: Mon, 24 Jul 2023 05:17:50 -0700 Subject: [PATCH] Revert "Switch inga-indexer to write to dhstore-qiu since helga is running out of space (#2143)" (#2146) This reverts commit 0ddda546198acb71152cb6888eb53837fd7e0593. --- .../us-east-2/tenant/storetheindex/instances/inga/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 95e09300a..ceb9d7240 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,10 +60,10 @@ "ValueStoreType": "none", "DisableWAL": true, "DHBatchSize": 16384, - "DHStoreURL": "http://dhstore-qiu:40080", + "DHStoreURL": "http://dhstore-helga.internal.prod.cid.contact", "DHStoreClusterURLs": [ - "http://dhstore-helga.internal.prod.cid.contact", "http://dhstore.internal.prod.cid.contact", + "http://dhstore-qiu:40080", "http://dhstore-porvy.internal.prod.cid.contact" ], "DHStoreHttpClientTimeout": "60s"