Skip to content

Commit

Permalink
Move helga to larger instances
Browse files Browse the repository at this point in the history
To avoid OOM killing of the process move it to larger instances and give
it more resource.

While at it, upgrade it to the latest dhstore.
  • Loading branch information
masih committed Jul 19, 2023
1 parent 6eef686 commit bd2f99a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ spec:
mountPath: /data
resources:
limits:
cpu: "7"
memory: 16Gi
cpu: "28"
memory: 58Gi
requests:
cpu: "7"
memory: 16Gi
cpu: "28"
memory: 58Gi
ports:
- containerPort: 40081
name: metrics
Expand All @@ -43,7 +43,7 @@ spec:
- key: node.kubernetes.io/instance-type
operator: In
values:
- r5n.2xlarge
- c6a.8xlarge
- key: topology.kubernetes.io/zone
operator: In
values:
Expand All @@ -52,9 +52,4 @@ spec:
- name: data
persistentVolumeClaim:
claimName: dhstore-data-helga
tolerations:
- key: dedicated
operator: Equal
value: r5n-2xl
effect: NoSchedule

Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ patchesStrategicMerge:
images:
- name: dhstore
newName: 407967248065.dkr.ecr.us-east-2.amazonaws.com/ipni/dhstore
newTag: 20230711090901-4007d7934c3c308f98fd06d9253ba50c13339689
newTag: 20230719142939-cabc46a1d6076ccc62eae4475ac52b798b056b8e

0 comments on commit bd2f99a

Please sign in to comment.