From 00b22bfc387cce3b2547f11cc89b3182a11cd190 Mon Sep 17 00:00:00 2001 From: gammazero Date: Thu, 29 Jun 2023 23:14:08 -0700 Subject: [PATCH] Replace last dev dhfind with dhstore - Update indexstar backend to replace dhfind with dhstore - Update dhstore to new image and specify - Set dhfind replica count to 0 --- .../us-east-2/tenant/storetheindex/dhfind/kustomization.yaml | 4 ++++ .../us-east-2/tenant/storetheindex/dhstore/deployment.yaml | 1 + .../us-east-2/tenant/storetheindex/dhstore/kustomization.yaml | 2 +- .../us-east-2/tenant/storetheindex/indexstar/deployment.yaml | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/deploy/manifests/dev/us-east-2/tenant/storetheindex/dhfind/kustomization.yaml b/deploy/manifests/dev/us-east-2/tenant/storetheindex/dhfind/kustomization.yaml index e27bd1889..1bdba85ea 100644 --- a/deploy/manifests/dev/us-east-2/tenant/storetheindex/dhfind/kustomization.yaml +++ b/deploy/manifests/dev/us-east-2/tenant/storetheindex/dhfind/kustomization.yaml @@ -17,3 +17,7 @@ images: - name: dhfind newName: 407967248065.dkr.ecr.us-east-2.amazonaws.com/ipni/dhfind newTag: 20230628142546-6ec4eb394679e183e8c16519cd528feffdf506bf + +replicas: + - name: dhfind + count: 0 diff --git a/deploy/manifests/dev/us-east-2/tenant/storetheindex/dhstore/deployment.yaml b/deploy/manifests/dev/us-east-2/tenant/storetheindex/dhstore/deployment.yaml index f8a84ceb2..8ad857bd8 100644 --- a/deploy/manifests/dev/us-east-2/tenant/storetheindex/dhstore/deployment.yaml +++ b/deploy/manifests/dev/us-east-2/tenant/storetheindex/dhstore/deployment.yaml @@ -12,6 +12,7 @@ spec: containers: - name: dhstore args: + - '--providersURL=http://ago-indexer:3000/' - '--storePath=/data' - '--disableWAL' volumeMounts: diff --git a/deploy/manifests/dev/us-east-2/tenant/storetheindex/dhstore/kustomization.yaml b/deploy/manifests/dev/us-east-2/tenant/storetheindex/dhstore/kustomization.yaml index eee4e4569..21c8bcaec 100644 --- a/deploy/manifests/dev/us-east-2/tenant/storetheindex/dhstore/kustomization.yaml +++ b/deploy/manifests/dev/us-east-2/tenant/storetheindex/dhstore/kustomization.yaml @@ -15,4 +15,4 @@ patchesStrategicMerge: images: - name: dhstore newName: 407967248065.dkr.ecr.us-east-2.amazonaws.com/ipni/dhstore - newTag: 20230526214130-9939a3a8804356e6f5f18198dcfa8d75786f6223 + newTag: 20230630042310-332ec28cb0c41db0a6c5872892323d541c94873d diff --git a/deploy/manifests/dev/us-east-2/tenant/storetheindex/indexstar/deployment.yaml b/deploy/manifests/dev/us-east-2/tenant/storetheindex/indexstar/deployment.yaml index 8032b546d..10937996e 100644 --- a/deploy/manifests/dev/us-east-2/tenant/storetheindex/indexstar/deployment.yaml +++ b/deploy/manifests/dev/us-east-2/tenant/storetheindex/indexstar/deployment.yaml @@ -16,7 +16,7 @@ spec: # Use service names local to the namespace over HTTP to avoid # TLS handshake overhead. - '--providersBackends=http://ago-indexer:3000/' - - '--backends=http://dhfind.internal.dev.cid.contact/' + - '--backends=http://dhstore.internal.dev.cid.contact/' - '--backends=http://dhstore-ago2.internal.dev.cid.contact/' - '--dhBackends=http://dhstore.internal.dev.cid.contact/' - '--dhBackends=http://dhstore-ago2.internal.dev.cid.contact/'