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