ceph-object-store.yaml 467 B

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