Skip to content

Commit

Permalink
Bump monitoring node and prometheus limits (#2515)
Browse files Browse the repository at this point in the history
* Bump monitoring node to r6i.8xlarge

* Bump monitoring module for increase prometheus limits
  • Loading branch information
poornima-krishnasamy authored Oct 18, 2023
1 parent 743af7d commit 3dc05e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ locals {
}

monitoring_node_size = {
live = ["r6i.4xlarge", "r5a.2xlarge"]
live = ["r6i.8xlarge", "r5a.2xlarge"]
live-2 = ["r6i.2xlarge", "r5a.2xlarge"]
manager = ["t3a.medium", "t3.medium"]
default = ["t3a.medium", "t3.medium"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ module "logging" {
}

module "monitoring" {
source = "github.com/ministryofjustice/cloud-platform-terraform-monitoring?ref=2.10.2"
source = "github.com/ministryofjustice/cloud-platform-terraform-monitoring?ref=2.10.3"

alertmanager_slack_receivers = local.enable_alerts ? var.alertmanager_slack_receivers : [{ severity = "dummy", webhook = "https://dummy.slack.com", channel = "#dummy-alarms" }]
pagerduty_config = local.enable_alerts ? var.pagerduty_config : "dummy"
Expand Down

0 comments on commit 3dc05e5

Please sign in to comment.