Skip to content

Commit

Permalink
Move dhstore porvy to compute optimised instance types
Browse files Browse the repository at this point in the history
It is running out of CPU which causes high latency lookups.
  • Loading branch information
masih committed Jun 23, 2023
1 parent fafa982 commit 7e4234e
Showing 1 changed file with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ spec:
mountPath: /data
resources:
limits:
cpu: "7"
cpu: "29"
memory: 60Gi
requests:
cpu: "7"
cpu: "29"
memory: 60Gi
ports:
- containerPort: 40081
Expand All @@ -42,7 +42,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 @@ -51,9 +51,4 @@ spec:
- name: data
persistentVolumeClaim:
claimName: dhstore-data-porvy
tolerations:
- key: dedicated
operator: Equal
value: r5n-2xl
effect: NoSchedule

0 comments on commit 7e4234e

Please sign in to comment.