Explorar el Código

readd objectstore

Josh Bicking hace 2 semanas
padre
commit
f4e2409368
Se han modificado 1 ficheros con 34 adiciones y 34 borrados
  1. 34 34
      backup/rook/rook-ceph-cluster-values.yaml

+ 34 - 34
backup/rook/rook-ceph-cluster-values.yaml

@@ -94,38 +94,38 @@ cephClusterSpec:
 
 cephBlockPools: []
 cephFileSystems: []
-cephObjectStores: []
-  #- name: ceph-objectstore
-  #  spec:
-  #    metadataPool:
-  #      failureDomain: osd
-  #      replicated:
-  #        size: 3
-  #    dataPool:
-  #      failureDomain: osd
-  #      erasureCoded:
-  #        dataChunks: 2
-  #        codingChunks: 1
-  #      parameters:
-  #        bulk: "true"
-  #    preservePoolsOnDelete: true
-  #    gateway:
-  #      port: 80
-  #      resources: {}
-  #      instances: 1
-  #      priorityClassName: system-cluster-critical
-  #  storageClass:
-  #    enabled: false
-  #    #name: ceph-bucket
-  #    #reclaimPolicy: Delete
-  #    #volumeBindingMode: "Immediate"
-  #    #annotations: {}
-  #    #labels: {}
-  #    #parameters:
-  #    #  # note: objectStoreNamespace and objectStoreName are configured by the chart
-  #    #  region: us-east-1
-  #  ingress:
-  #    enabled: false
-  #  route:
-  #    enabled: false
+cephObjectStores:
+  - name: ceph-objectstore
+    spec:
+      metadataPool:
+        failureDomain: osd
+        replicated:
+          size: 3
+      dataPool:
+        failureDomain: osd
+        erasureCoded:
+          dataChunks: 2
+          codingChunks: 1
+        parameters:
+          bulk: "true"
+      preservePoolsOnDelete: true
+      gateway:
+        port: 80
+        resources: {}
+        instances: 1
+        priorityClassName: system-cluster-critical
+    storageClass:
+      enabled: false
+      #name: ceph-bucket
+      #reclaimPolicy: Delete
+      #volumeBindingMode: "Immediate"
+      #annotations: {}
+      #labels: {}
+      #parameters:
+      #  # note: objectStoreNamespace and objectStoreName are configured by the chart
+      #  region: us-east-1
+    ingress:
+      enabled: false
+    route:
+      enabled: false