diff --git a/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhfind-helga/kustomization.yaml b/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhfind-helga/kustomization.yaml index f2b954935..a924087c2 100644 --- a/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhfind-helga/kustomization.yaml +++ b/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhfind-helga/kustomization.yaml @@ -19,3 +19,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/dhfind-porvy/kustomization.yaml b/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhfind-porvy/kustomization.yaml index 59fa4e60b..a58b35113 100644 --- a/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhfind-porvy/kustomization.yaml +++ b/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhfind-porvy/kustomization.yaml @@ -19,3 +19,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/dhfind-qiu/kustomization.yaml b/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhfind-qiu/kustomization.yaml index ae500cbc2..ea770006f 100644 --- a/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhfind-qiu/kustomization.yaml +++ b/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhfind-qiu/kustomization.yaml @@ -20,3 +20,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/dhfind/kustomization.yaml b/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhfind/kustomization.yaml index 8bc521c4f..ee9999d2d 100644 --- a/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhfind/kustomization.yaml +++ b/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhfind/kustomization.yaml @@ -16,3 +16,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/indexstar/deployment.yaml b/deploy/manifests/prod/us-east-2/tenant/storetheindex/indexstar/deployment.yaml index 4402ca645..4517526a8 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 @@ -26,10 +26,10 @@ spec: # - '--providersBackends=http://oden-indexer:3000/' # - '--providersBackends=http://kepa-indexer:3000/' # - '--providersBackends=http://dido-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/' - - '--backends=http://dhfind-qiu/' + - '--backends=http://dhstore.internal.prod.cid.contact/' + - '--backends=http://dhstore-helga.internal.prod.cid.contact/' + - '--backends=http://dhstore-porvy.internal.prod.cid.contact/' + - '--backends=http://dhstore-qiu:40080/' - '--dhBackends=http://dhstore.internal.prod.cid.contact/' - '--dhBackends=http://dhstore-helga.internal.prod.cid.contact/' - '--dhBackends=http://dhstore-porvy.internal.prod.cid.contact/'