Skip to content

Commit

Permalink
add disk_size_gb to node_config
Browse files Browse the repository at this point in the history
  • Loading branch information
Khagou committed Mar 5, 2024
1 parent dd7778b commit d322b66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/cluster/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ resource "google_container_node_pool" "primary_preemptible_nodes" {
oauth_scopes = [
"https://www.googleapis.com/auth/cloud-platform"
]
disk_size_gb = 10
}
autoscaling {
min_node_count = 2
Expand Down

0 comments on commit d322b66

Please sign in to comment.