Skip to content

Commit

Permalink
Deploy new dhstore-ago2 and replace dhfind-ago2 (#2048)
Browse files Browse the repository at this point in the history
New dhstore has both dhstore and dhfind functionality.

- Deoloy the new dhstore.
- Configure new dhstore with providersURL that points to ago-indexer.
- In indexstar, replace dhfind-ago2 with dhstore-ago2.
- Reduce dhfind-ago2 replica count to 0
- Use fixed version of DHashClient
  • Loading branch information
gammazero authored Jun 30, 2023
1 parent e6d0b92 commit af5f8da
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,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 @@ -18,6 +18,7 @@ spec:
containers:
- name: dhstore
args:
- '--providersURL=http://ago-indexer:3000/'
- '--storePath=/data'
- '--disableWAL'
- '--blockCacheSize=2Gi'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ patchesStrategicMerge:
images:
- name: dhstore
newName: 407967248065.dkr.ecr.us-east-2.amazonaws.com/ipni/dhstore
newTag: 20230611132714-cb13f894b8ab5f535ec425bac86d0053f7a132f2
newTag: 20230630042310-332ec28cb0c41db0a6c5872892323d541c94873d
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
# TLS handshake overhead.
- '--providersBackends=http://ago-indexer:3000/'
- '--backends=http://dhfind.internal.dev.cid.contact/'
- '--backends=http://dhfind-ago2.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/'
- '--cascadeBackends=http://caskadht.internal.dev.cid.contact/'
Expand Down

0 comments on commit af5f8da

Please sign in to comment.