From 9e32ebf147011b6687d8e9097356468cd4d4f14d Mon Sep 17 00:00:00 2001 From: Ivan Schasny <31857042+ischasny@users.noreply.github.com> Date: Fri, 9 Jun 2023 14:09:38 +0100 Subject: [PATCH] Revert "Disconnect dido and kepa from reads in prod (#1912)" This reverts commit 0f2ad51a83e3a42dd7a2f506d629752535a738f0. --- .../us-east-2/tenant/storetheindex/indexstar/deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ce8ea7eca..9d7d82ff2 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 @@ -16,8 +16,9 @@ spec: - '--translateNonStreaming' # Use service names local to the namespace over HTTP to avoid # TLS handshake overhead. + - '--backends=http://dido-indexer:3000/' + - '--backends=http://kepa-indexer:3000/' - '--backends=http://oden-indexer:3000/' - - '--backends=http://inga-indexer:3000/' - '--backends=http://dhfind.internal.prod.cid.contact/' - '--backends=http://dhfind-helga.internal.prod.cid.contact/' - '--backends=http://dhfind-porvy.internal.prod.cid.contact/'