Skip to content

Commit

Permalink
Set max instances on whisper and more monitors
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Nov 19, 2024
1 parent c76a6b9 commit f56f091
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ module "whisper" {

name = "whisper"
project = var.project
max_instances = 3
containers = tolist([
{
name = "whisper",
Expand Down Expand Up @@ -233,7 +234,9 @@ resource "google_monitoring_uptime_check_config" "availability" {
"crayfits",
"homarus",
"houdini",
"hypercube"
"hypercube",
"ocrpdf",
"pandoc"
])
display_name = "${each.value}-availability"
timeout = "10s"
Expand Down

0 comments on commit f56f091

Please sign in to comment.