Skip to content

Commit

Permalink
fix(csi/rook-ceph): revert increasing mds resources
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Jul 12, 2024
1 parent 4ae3217 commit 4fef96c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/csi/rook-ceph/values-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -346,15 +346,15 @@ cephFileSystems:
# Optional and highly recommended, 'data0' by default, see https://github.com/rook/rook/blob/master/Documentation/CRDs/Shared-Filesystem/ceph-filesystem-crd.md#pools
name: data0
metadataServer:
activeCount: 2
activeCount: 1
activeStandby: true
resources:
limits:
cpu: "4"
memory: "12Gi" # MDS Cache size + free space (2Gi) + burstable space (~2Gi)
memory: "8Gi" # MDS Cache size + free space (2Gi) + burstable space (~2Gi)
requests:
cpu: "4"
memory: "12Gi"
memory: "8Gi"
priorityClassName: system-cluster-critical
placement:
nodeAffinity:
Expand Down

0 comments on commit 4fef96c

Please sign in to comment.