Skip to content

Commit

Permalink
try fix quotas 3 4 idk
Browse files Browse the repository at this point in the history
  • Loading branch information
Khagou committed Mar 6, 2024
1 parent 5f579fd commit 24abfa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/cluster/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "google_container_cluster" "primary" {
resource_limits {
resource_type = "memory"
minimum = 100
maximum = 1000
maximum = 10000
}
}

Expand Down

0 comments on commit 24abfa0

Please sign in to comment.