26 lines
465 B
YAML
26 lines
465 B
YAML
|
apiVersion: ceph.rook.io/v1
|
||
|
kind: CephObjectStore
|
||
|
metadata:
|
||
|
name: rook-objectstore
|
||
|
namespace: rook-ceph
|
||
|
spec:
|
||
|
metadataPool:
|
||
|
failureDomain: host
|
||
|
replicated:
|
||
|
size: 3
|
||
|
dataPool:
|
||
|
failureDomain: host
|
||
|
erasureCoded:
|
||
|
dataChunks: 2
|
||
|
codingChunks: 1
|
||
|
preservePoolsOnDelete: true
|
||
|
gateway:
|
||
|
sslCertificateRef:
|
||
|
port: 80
|
||
|
# securePort: 443
|
||
|
instances: 1
|
||
|
healthCheck:
|
||
|
bucket:
|
||
|
disabled: false
|
||
|
interval: 60s
|