소스 검색

disable pg autoscaler by default

Josh Bicking 2 주 전
부모
커밋
6c4fcbfb15
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      backup/rook/rook-ceph-cluster-values.yaml

+ 5 - 1
backup/rook/rook-ceph-cluster-values.yaml

@@ -4,10 +4,14 @@ toolbox:
 
 cephClusterSpec:
   mon:
-    count: 2
+    count: 1
     allowMultiplePerNode: true
   mgr:
+    count: 1
     allowMultiplePerNode: true
+    modules:
+      - name: pg_autoscaler
+        enabled: false
 
   dashboard:
     port: 8080