Skip to content

Commit

Permalink
quotas again
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacinsoy committed Sep 3, 2024
1 parent 7d7e1ea commit 2d1cf28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "google_container_cluster" "main" {

node_config {

machine_type = "e2-standard-16"
machine_type = "e2-standard-8"
service_account = local.service_account_email # Retrieving the email of the service account from locals
disk_size_gb = 10 # Setting disk size to 10 GB because of the free account quota limits
oauth_scopes = [
Expand Down

0 comments on commit 2d1cf28

Please sign in to comment.