Skip to content

Commit

Permalink
stop oldest two dhstores (#2455)
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero authored Dec 19, 2023
1 parent bdab9ff commit 3846e83
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ patchesStrategicMerge:
- deployment.yaml
- service.yaml

replicas:
- name: dhstore
count: 0

images:
- name: dhstore
newName: 407967248065.dkr.ecr.us-east-2.amazonaws.com/ipni/dhstore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ resources:
patchesStrategicMerge:
- deployment.yaml

replicas:
- name: dhstore
count: 0

images:
- name: dhstore
newName: 407967248065.dkr.ecr.us-east-2.amazonaws.com/ipni/dhstore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,9 @@ spec:
- '--backends=http://dhstore-ago5.internal.dev.cid.contact/'
- '--backends=http://dhstore-ago4.internal.dev.cid.contact/'
- '--backends=http://dhstore-ago3.internal.dev.cid.contact/'
- '--backends=http://dhstore-ago2.internal.dev.cid.contact/'
- '--backends=http://dhstore.internal.dev.cid.contact/'
- '--dhBackends=http://dhstore-ago5.internal.dev.cid.contact/'
- '--dhBackends=http://dhstore-ago4.internal.dev.cid.contact/'
- '--dhBackends=http://dhstore-ago3.internal.dev.cid.contact/'
- '--dhBackends=http://dhstore-ago2.internal.dev.cid.contact/'
- '--dhBackends=http://dhstore.internal.dev.cid.contact/'
- '--cascadeBackends=http://caskadht.internal.dev.cid.contact/'
# Excluded in prep for sunsetting Cassette
# See: https://github.com/ipni/storetheindex/pull/2352
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@
"DHStoreClusterURLs": [
"http://dhstore-ago4.internal.dev.cid.contact",
"http://dhstore-ago3.internal.dev.cid.contact",
"http://dhstore-ago2.internal.dev.cid.contact",
"http://dhstore.internal.dev.cid.contact"
],
"DHStoreHttpClientTimeout": "55s"
},
Expand Down

0 comments on commit 3846e83

Please sign in to comment.