From d8e4703ece5e4e7dfba76a4a5b3f041e4027ef6b Mon Sep 17 00:00:00 2001 From: "Masih H. Derkani" Date: Fri, 23 Jun 2023 10:04:35 +0100 Subject: [PATCH] Move dhstore porvy to compute optimised instance types It is running out of CPU which causes high latency lookups. --- .../storetheindex/dhstore-porvy/deployment.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhstore-porvy/deployment.yaml b/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhstore-porvy/deployment.yaml index c07c1f0be..27ae22db8 100644 --- a/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhstore-porvy/deployment.yaml +++ b/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhstore-porvy/deployment.yaml @@ -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 @@ -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: @@ -51,9 +51,4 @@ spec: - name: data persistentVolumeClaim: claimName: dhstore-data-porvy - tolerations: - - key: dedicated - operator: Equal - value: r5n-2xl - effect: NoSchedule