From 27a07438d8ec8599728cf2383fed2c575347c369 Mon Sep 17 00:00:00 2001 From: gammazero Date: Wed, 5 Jul 2023 08:45:47 -0700 Subject: [PATCH] Replace dhfind stateless with new dhstore stateless --- .../tenant/storetheindex/dhfind-stateless/kustomization.yaml | 4 ++++ .../tenant/storetheindex/dhstore-stateless/deployment.yaml | 1 + .../tenant/storetheindex/dhstore-stateless/kustomization.yaml | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhfind-stateless/kustomization.yaml b/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhfind-stateless/kustomization.yaml index 329ed3070..add07863a 100644 --- a/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhfind-stateless/kustomization.yaml +++ b/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhfind-stateless/kustomization.yaml @@ -23,3 +23,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/prod/us-east-2/tenant/storetheindex/dhstore-stateless/deployment.yaml b/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhstore-stateless/deployment.yaml index 70bc969de..a2c5bac27 100644 --- a/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhstore-stateless/deployment.yaml +++ b/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhstore-stateless/deployment.yaml @@ -12,6 +12,7 @@ spec: containers: - name: dhstore args: + - '--providersURL=http://indexstar:8080/' - '--storeType=fdb' - '--fdbClusterFile=/config/cluster-file' - '--fdbApiVersion=710' diff --git a/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhstore-stateless/kustomization.yaml b/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhstore-stateless/kustomization.yaml index 50242f86a..742eede8e 100644 --- a/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhstore-stateless/kustomization.yaml +++ b/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhstore-stateless/kustomization.yaml @@ -20,4 +20,4 @@ replicas: images: - name: dhstore newName: 407967248065.dkr.ecr.us-east-2.amazonaws.com/ipni/dhstore - newTag: 20230526214130-9939a3a8804356e6f5f18198dcfa8d75786f6223 + newTag: 20230630042310-332ec28cb0c41db0a6c5872892323d541c94873d