Skip to content

Commit

Permalink
Rightsize dhstore on dev
Browse files Browse the repository at this point in the history
Reduce resource limit and demand for dhstore on dev for better
infra utilisation.
  • Loading branch information
masih committed Feb 27, 2024
1 parent 7a3bfdd commit 80a0138
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ spec:
mountPath: /data
resources:
limits:
cpu: "7"
memory: 60Gi
cpu: "5"
memory: 20Gi
requests:
cpu: "7"
memory: 60Gi
cpu: "5"
memory: 20Gi
ports:
- containerPort: 40081
name: metrics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ spec:
mountPath: /data
resources:
limits:
cpu: "7"
memory: 60Gi
cpu: "5"
memory: 20Gi
requests:
cpu: "7"
memory: 60Gi
cpu: "5"
memory: 20Gi
ports:
- containerPort: 40081
name: metrics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ spec:
mountPath: /data
resources:
limits:
cpu: "7"
memory: 60Gi
cpu: "5"
memory: 20Gi
requests:
cpu: "7"
memory: 60Gi
cpu: "5"
memory: 20Gi
ports:
- containerPort: 40081
name: metrics
Expand Down

0 comments on commit 80a0138

Please sign in to comment.