fix object store definition
This commit is contained in:
@@ -4,21 +4,34 @@ metadata:
|
|||||||
name: weyma-bm-store
|
name: weyma-bm-store
|
||||||
namespace: rook-ceph
|
namespace: rook-ceph
|
||||||
spec:
|
spec:
|
||||||
metadataPool:
|
auth: {}
|
||||||
|
dataPool:
|
||||||
|
application: ''
|
||||||
|
erasureCoded:
|
||||||
|
codingChunks: 1
|
||||||
|
dataChunks: 2
|
||||||
failureDomain: host
|
failureDomain: host
|
||||||
|
mirroring: {}
|
||||||
|
quotas: {}
|
||||||
|
replicated:
|
||||||
|
size: 0
|
||||||
|
statusCheck:
|
||||||
|
mirror: {}
|
||||||
|
gateway:
|
||||||
|
instances: 1
|
||||||
|
placement: {}
|
||||||
|
port: 80
|
||||||
|
resources: {}
|
||||||
|
healthCheck: {}
|
||||||
|
metadataPool:
|
||||||
|
application: ''
|
||||||
|
erasureCoded:
|
||||||
|
codingChunks: 0
|
||||||
|
dataChunks: 0
|
||||||
|
failureDomain: host
|
||||||
|
mirroring: {}
|
||||||
|
quotas: {}
|
||||||
replicated:
|
replicated:
|
||||||
size: 3
|
size: 3
|
||||||
dataPool:
|
statusCheck:
|
||||||
failureDomain: host
|
mirror: {}
|
||||||
erasureCoded:
|
|
||||||
dataChunks: 2
|
|
||||||
codingChunks: 1
|
|
||||||
preservePoolsOnDelete: true
|
|
||||||
gateway:
|
|
||||||
port: 80
|
|
||||||
# securePort: 443
|
|
||||||
instances: 1
|
|
||||||
healthCheck:
|
|
||||||
bucket:
|
|
||||||
disabled: false
|
|
||||||
interval: 60s
|
|
||||||
Reference in New Issue
Block a user