Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scale up old dhstore in prep for making it primary #2607

Merged
merged 3 commits into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ spec:
mountPath: /data
resources:
limits:
cpu: "28"
cpu: "7"
memory: 58Gi
gammazero marked this conversation as resolved.
Show resolved Hide resolved
requests:
cpu: "28"
cpu: "7"
memory: 58Gi
affinity:
nodeAffinity:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ spec:
mountPath: /data
resources:
limits:
cpu: "5"
memory: 32Gi
cpu: "28"
memory: 58Gi
requests:
cpu: "5"
memory: 32Gi
cpu: "28"
memory: 58Gi
ports:
- containerPort: 40081
name: metrics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,4 @@ spec:
resources:
requests:
storage: 16Ti
dataSource:
name: dhstore-20230427
kind: VolumeSnapshot
apiGroup: snapshot.storage.k8s.io
storageClassName: gp3-iops5k-t300
gammazero marked this conversation as resolved.
Show resolved Hide resolved
storageClassName: gp3-iops5k-t300
Loading