Skip to content

Commit

Permalink
Increase ago memory limit
Browse files Browse the repository at this point in the history
Increase ago memory limit and assign it to r6a.xlarge instance
  • Loading branch information
ischasny committed Jan 23, 2023
1 parent 9877bd4 commit 5f223e1
Showing 1 changed file with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5f223e1

Please sign in to comment.