From 17a255a7f0eede8e25fd285b98717328bbbad1bc Mon Sep 17 00:00:00 2001 From: Andrew Gillis <11790789+gammazero@users.noreply.github.com> Date: Thu, 8 Aug 2024 23:46:57 -0700 Subject: [PATCH] Allocate larger instance to primary write dhstore (#2651) Main dhstore needs to have largest instance. Writes were previously failing. --- .../tenant/storetheindex/dhstore-porvy/deployment.yaml | 6 +++--- .../us-east-2/tenant/storetheindex/dhstore/deployment.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 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 93f327ae0..5d37f92e5 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 @@ -27,10 +27,10 @@ spec: mountPath: /data resources: limits: - cpu: "7" + cpu: "28" memory: 58Gi requests: - cpu: "7" + cpu: "28" memory: 58Gi ports: - containerPort: 40081 @@ -43,7 +43,7 @@ spec: - key: node.kubernetes.io/instance-type operator: In values: - - r6a.2xlarge + - c6a.8xlarge - key: topology.kubernetes.io/zone operator: In values: diff --git a/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhstore/deployment.yaml b/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhstore/deployment.yaml index 677a17d30..75238baf5 100644 --- a/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhstore/deployment.yaml +++ b/deploy/manifests/prod/us-east-2/tenant/storetheindex/dhstore/deployment.yaml @@ -21,10 +21,10 @@ spec: mountPath: /data resources: limits: - cpu: "28" + cpu: "7" memory: 58Gi requests: - cpu: "28" + cpu: "7" memory: 58Gi ports: - containerPort: 40081 @@ -37,7 +37,7 @@ spec: - key: node.kubernetes.io/instance-type operator: In values: - - c6a.8xlarge + - r6a.2xlarge - key: topology.kubernetes.io/zone operator: In values: