diff --git a/deploy/manifests/dev/us-east-2/tenant/storetheindex/instances/ago/deployment.yaml b/deploy/manifests/dev/us-east-2/tenant/storetheindex/instances/ago/deployment.yaml index e1665cf75..9b340c04f 100644 --- a/deploy/manifests/dev/us-east-2/tenant/storetheindex/instances/ago/deployment.yaml +++ b/deploy/manifests/dev/us-east-2/tenant/storetheindex/instances/ago/deployment.yaml @@ -16,10 +16,23 @@ spec: resources: limits: cpu: "3" - memory: 10Gi + memory: 28Gi requests: cpu: "3" - memory: 10Gi + memory: 28Gi + affinity: + nodeAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: node.kubernetes.io/instance-type + operator: In + values: + - r6a.xlarge + - key: topology.kubernetes.io/zone + operator: In + values: + - us-east-2b volumes: - name: data persistentVolumeClaim: