Skip to content

Commit

Permalink
Replace dhfind stateless with new dhstore stateless
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Jul 5, 2023
1 parent cfbb224 commit 27a0743
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ spec:
containers:
- name: dhstore
args:
- '--providersURL=http://indexstar:8080/'
- '--storeType=fdb'
- '--fdbClusterFile=/config/cluster-file'
- '--fdbApiVersion=710'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 27a0743

Please sign in to comment.