blob: c6916a4f920f5002eba16d2bec689272cb7952fa [file] [log] [blame]
Mohammed Naser65cda132024-05-02 14:34:08 -04001# All values below are taken from the CephCluster CRD
2# -- Cluster configuration.
3# @default -- See [below](#ceph-cluster-spec)
4cephClusterSpec:
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)
16cephBlockPools: {}
17
18# -- A list of CephFileSystem configurations to deploy
19# @default -- See [below](#ceph-file-systems)
20cephFileSystems: {}
21
22# -- A list of CephObjectStore configurations to deploy
23# @default -- See [below](#ceph-object-stores)
24cephObjectStores: {}