Disable metrics gathering for Rook Ceph cluster
We don't need this for tests and it is better to keep the test env minimal since the test hardware is limited. Change-Id: I0b3f663408c1ef57ad25a4d031b706cb6abc87a9
This commit is contained in:
parent
1c5610c2c0
commit
730488ca53
@ -430,6 +430,9 @@ cephClusterSpec:
|
|||||||
dataSource: zero
|
dataSource: zero
|
||||||
iteration: 1
|
iteration: 1
|
||||||
allowUninstallWithVolumes: false
|
allowUninstallWithVolumes: false
|
||||||
|
monitoring:
|
||||||
|
enabled: false
|
||||||
|
metricsDisabled: true
|
||||||
resources:
|
resources:
|
||||||
mgr:
|
mgr:
|
||||||
limits:
|
limits:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user