add object store
This commit is contained in:
@@ -158,33 +158,33 @@ rook-ceph-cluster:
|
|||||||
name: ceph-blockpool-snapshot
|
name: ceph-blockpool-snapshot
|
||||||
isDefault: true
|
isDefault: true
|
||||||
deletionPolicy: Delete
|
deletionPolicy: Delete
|
||||||
cephObjectStores: []
|
cephObjectStores:
|
||||||
# - name: ceph-objectstore
|
- name: ceph-objectstore
|
||||||
# spec:
|
spec:
|
||||||
# metadataPool:
|
metadataPool:
|
||||||
# failureDomain: host
|
failureDomain: host
|
||||||
# replicated:
|
replicated:
|
||||||
# size: 3
|
size: 3
|
||||||
# dataPool:
|
dataPool:
|
||||||
# failureDomain: host
|
failureDomain: host
|
||||||
# erasureCoded:
|
erasureCoded:
|
||||||
# dataChunks: 2
|
dataChunks: 2
|
||||||
# codingChunks: 1
|
codingChunks: 1
|
||||||
# parameters:
|
parameters:
|
||||||
# bulk: "true"
|
bulk: "true"
|
||||||
# preservePoolsOnDelete: true
|
preservePoolsOnDelete: true
|
||||||
# gateway:
|
gateway:
|
||||||
# port: 80
|
port: 80
|
||||||
# resources:
|
resources:
|
||||||
# requests:
|
requests:
|
||||||
# cpu: "1000m"
|
cpu: "1000m"
|
||||||
# memory: "1Gi"
|
memory: "1Gi"
|
||||||
# instances: 1
|
instances: 1
|
||||||
# priorityClassName: system-cluster-critical
|
priorityClassName: system-cluster-critical
|
||||||
# storageClass:
|
storageClass:
|
||||||
# enabled: true
|
enabled: true
|
||||||
# name: ceph-bucket
|
name: ceph-bucket
|
||||||
# reclaimPolicy: Delete
|
reclaimPolicy: Delete
|
||||||
# volumeBindingMode: "Immediate"
|
volumeBindingMode: "Immediate"
|
||||||
# parameters:
|
parameters:
|
||||||
# region: us-east-1
|
region: us-east-1
|
||||||
|
Reference in New Issue
Block a user