data-filesystem.yaml 805 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # TODO move to the main helm values
  2. # TODO deviceClass: hdd
  3. apiVersion: ceph.rook.io/v1
  4. kind: CephFilesystem
  5. metadata:
  6. name: data
  7. namespace: rook-ceph
  8. spec:
  9. metadataPool:
  10. replicated:
  11. size: 3
  12. dataPools:
  13. - replicated:
  14. size: 1
  15. metadataServer:
  16. activeCount: 1
  17. activeStandby: true
  18. placement:
  19. nodeAffinity:
  20. requiredDuringSchedulingIgnoredDuringExecution:
  21. nodeSelectorTerms:
  22. - matchExpressions:
  23. - key: storage-node
  24. operator: In
  25. values:
  26. - "true"
  27. tolerations:
  28. - key: storage-node
  29. operator: Exists
  30. priorityClassName: system-cluster-critical
  31. resources:
  32. limits:
  33. cpu: "2"
  34. memory: 4Gi
  35. requests:
  36. cpu: "1"
  37. memory: 4Gi