Skip to content

Commit

Permalink
Change primary dhstore (#2608)
Browse files Browse the repository at this point in the history
* Use refurbished dhstore as primary

Scale down previous primary dhstore-tetra

* Smaller instance type for seka

* Deploy latest indexer
  • Loading branch information
gammazero committed Apr 25, 2024
1 parent e40491d commit 23be786
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- key: node.kubernetes.io/instance-type
operator: In
values:
- c6a.8xlarge
- r6a.2xlarge
- key: topology.kubernetes.io/zone
operator: In
values:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ spec:
mountPath: /data
resources:
limits:
cpu: "28"
cpu: "7"
memory: 58Gi
requests:
cpu: "28"
cpu: "7"
memory: 58Gi
affinity:
nodeAffinity:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
"ValueStoreDir": "/data/valuestore",
"ValueStoreType": "none",
"DHBatchSize": 16384,
"DHStoreURL": "http://dhstore-tetra:40080",
"DHStoreURL": "http://dhstore.internal.prod.cid.contact",
"DHStoreClusterURLs": [
"http://dhstore-tetra:40080",
"http://dhstore-seka:40080",
"http://dhstore-ravi:40080",
"http://dhstore-qiu:40080",
"http://dhstore-helga.internal.prod.cid.contact",
"http://dhstore.internal.prod.cid.contact",
"http://dhstore-porvy.internal.prod.cid.contact"
],
"DHStoreHttpClientTimeout": "60s"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ resources:
images:
- name: storetheindex
newName: 407967248065.dkr.ecr.us-east-2.amazonaws.com/storetheindex/storetheindex # {"$imagepolicy": "storetheindex:storetheindex:name"}
newTag: 0.8.26 # {"$imagepolicy": "storetheindex:storetheindex:tag"}
newTag: 0.8.28 # {"$imagepolicy": "storetheindex:storetheindex:tag"}

0 comments on commit 23be786

Please sign in to comment.