diff --git a/docs/understanding-bigbang/package-architecture/monitoring.md b/docs/understanding-bigbang/package-architecture/monitoring.md index 9bfd847aab24f1af4225662042f6ce87110e3441..2d49d77dfe81b7310dc9ddebed65ad7a15bb3afe 100644 --- a/docs/understanding-bigbang/package-architecture/monitoring.md +++ b/docs/understanding-bigbang/package-architecture/monitoring.md @@ -198,19 +198,13 @@ Note: Other packages are responsible for deploying Service Monitors for their co ### HA -High Availability can be accomplished by increasing the number of replicas for the deployments of Alertmanager, Prometheus and Grafana: - +High Availability can be accomplished by increasing the number of replicas for the deployment of Alertmanager; Support for Prometheus & Grafana and other apps within the package are being researched and section will be updated: ```yaml monitoring: values: alertmanager: alertmanagerSpec: - replicas: - prometheus: - prometheusSpec: - replicas: - grafana: - replicas: + replicas: 3 ``` ### Dependency Packages