Skip to content

Commit

Permalink
Merge pull request #14 from jgilfoil/feature/rook-ceph
Browse files Browse the repository at this point in the history
reduce rook-ceph cpu requests
  • Loading branch information
jgilfoil authored Feb 25, 2024
2 parents c5fce74 + 15a5e2a commit 0de9406
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kubernetes/apps/rook-ceph/cluster/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,21 +90,21 @@ spec:
cpu: "1000m"
memory: "1Gi"
requests:
cpu: "250m"
cpu: "140m"
memory: "512Mi"
mon:
limits:
cpu: "2000m"
memory: "2Gi"
requests:
cpu: "500m"
cpu: "60m"
memory: "1Gi"
osd:
limits:
cpu: "2000m"
memory: "4Gi"
requests:
cpu: "500m"
cpu: "100m"
memory: "4Gi"
prepareosd:
# limits:
Expand Down Expand Up @@ -132,7 +132,7 @@ spec:
cpu: "500m"
memory: "1Gi"
requests:
cpu: "100m"
cpu: "25m"
memory: "100Mi"
cleanup:
limits:
Expand Down

0 comments on commit 0de9406

Please sign in to comment.