ceph-object-store.yaml 513 B

123456789101112131415161718192021222324252627
  1. apiVersion: ceph.rook.io/v1
  2. kind: CephObjectStore
  3. metadata:
  4. name: ceph-objectstore
  5. namespace: rook-ceph
  6. spec:
  7. metadataPool:
  8. replicated:
  9. size: 3
  10. deviceClass: ssd
  11. failureDomain: host
  12. dataPool:
  13. erasureCoded:
  14. dataChunks: 2
  15. codingChunks: 1
  16. deviceClass: hdd
  17. failureDomain: host
  18. preservePoolsOnDelete: true
  19. gateway:
  20. sslCertificateRef:
  21. port: 6980
  22. # securePort: 443
  23. instances: 1
  24. #healthCheck:
  25. # bucket:
  26. # disabled: false
  27. # interval: 60s