Fix: Disable crash collector in Rook Ceph cluster YAML
This commit is contained in:
parent
078b4dbb01
commit
96ffb2489e
@ -21,8 +21,6 @@ spec:
|
|||||||
operatorNamespace: ceph
|
operatorNamespace: ceph
|
||||||
toolbox:
|
toolbox:
|
||||||
enabled: true
|
enabled: true
|
||||||
crashCollector:
|
|
||||||
disable: true
|
|
||||||
monitoring:
|
monitoring:
|
||||||
enabled: false
|
enabled: false
|
||||||
ingress:
|
ingress:
|
||||||
@ -33,6 +31,8 @@ spec:
|
|||||||
name: ceph.noxxos.nl
|
name: ceph.noxxos.nl
|
||||||
path: /
|
path: /
|
||||||
cephClusterSpec:
|
cephClusterSpec:
|
||||||
|
crashCollector:
|
||||||
|
disable: true
|
||||||
mgr:
|
mgr:
|
||||||
modules:
|
modules:
|
||||||
- name: pg_autoscaler
|
- name: pg_autoscaler
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user