mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
21 lines
609 B
Plaintext
21 lines
609 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * monitoring/configuring-monitoring-stack.adoc
|
|
|
|
[id="setting-persistent-storage-size_{context}"]
|
|
= Setting persistent storage size
|
|
|
|
You can specify the size of the persistent volume claim for Prometheus and Alertmanager.
|
|
|
|
.Procedure
|
|
|
|
* Change these Ansible variables:
|
|
+
|
|
--
|
|
* `openshift_cluster_monitoring_operator_prometheus_storage_capacity` (default: 50Gi)
|
|
* `openshift_cluster_monitoring_operator_alertmanager_storage_capacity` (default: 2Gi)
|
|
--
|
|
+
|
|
Each of these variables applies only if its corresponding `storage_enabled` variable is set to `true`.
|
|
|