Skip to content

Commit

Permalink
Replace dhfind with new dhstore
Browse files Browse the repository at this point in the history
- Set dhfind replica count to 0
- Replace dhfind with dhstore in indexstar config

To be deployed after #2083
  • Loading branch information
gammazero committed Jul 5, 2023
1 parent c65e290 commit a909d38
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
Expand Down

0 comments on commit a909d38

Please sign in to comment.