Skip to content

Commit

Permalink
try to fix quotas limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Khagou committed Mar 5, 2024
1 parent 7e3f179 commit 6a6915d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/cluster/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ resource "google_container_cluster" "primary" {
tags = ["foo", "bar"]
}
}
node_config {
disk_type = "pd-standard"
disk_size_gb = 25
}
cluster_autoscaling {
enabled = true
resource_limits {
Expand Down

0 comments on commit 6a6915d

Please sign in to comment.