Skip to content

Commit

Permalink
Merge pull request #12 from jgilfoil/feature/rook-ceph
Browse files Browse the repository at this point in the history
adjust osd disk filters
  • Loading branch information
jgilfoil authored Feb 25, 2024
2 parents 65ed7d5 + 2a71fa9 commit c4a4097
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions kubernetes/apps/rook-ceph/cluster/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ spec:
cpu: "500m"
memory: "4Gi"
prepareosd:
limits:
cpu: "500m"
memory: "200Mi"
# limits:
# cpu: "1000m"
# memory: "200Mi"
requests:
cpu: "500m"
memory: "50Mi"
memory: "500Mi"
mgr-sidecar:
limits:
cpu: "500m"
Expand Down Expand Up @@ -168,5 +168,6 @@ spec:
name: csi-ceph-blockpool
isDefault: false
deletionPolicy: Delete
cephFileSystems: []
cephFileSystems:

cephObjectStores: []

0 comments on commit c4a4097

Please sign in to comment.