Skip to content

Commit

Permalink
try fix quotas 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Khagou committed Mar 6, 2024
1 parent d87d41b commit e2ba543
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/cluster/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ resource "google_container_cluster" "primary" {
enabled = true
resource_limits {
resource_type = "cpu"
minimum = 2
minimum = 1
maximum = 8
}

resource_limits {
resource_type = "memory"
minimum = 1000
maximum = 100000
minimum = 100
maximum = 1000
}
}

Expand Down

0 comments on commit e2ba543

Please sign in to comment.