Mohammed Naser | 65cda13 | 2024-05-02 14:34:08 -0400 | [diff] [blame] | 1 | # All values below are taken from the CephCluster CRD |
| 2 | # -- Cluster configuration. |
| 3 | # @default -- See [below](#ceph-cluster-spec) |
| 4 | cephClusterSpec: |
| 5 | external: |
| 6 | enable: true |
| 7 | crashCollector: |
| 8 | disable: true |
| 9 | healthCheck: |
| 10 | daemonHealth: |
| 11 | mon: |
| 12 | disabled: false |
| 13 | interval: 45s |
| 14 | # -- A list of CephBlockPool configurations to deploy |
| 15 | # @default -- See [below](#ceph-block-pools) |
| 16 | cephBlockPools: {} |
| 17 | |
| 18 | # -- A list of CephFileSystem configurations to deploy |
| 19 | # @default -- See [below](#ceph-file-systems) |
| 20 | cephFileSystems: {} |
| 21 | |
| 22 | # -- A list of CephObjectStore configurations to deploy |
| 23 | # @default -- See [below](#ceph-object-stores) |
| 24 | cephObjectStores: {} |