ceph-object-store-ec.yaml 472 B

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