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 e024280 commit d82ffce
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_type = pd-standard
disk_size_gb = 20
}
autoscaling {
Expand Down

0 comments on commit d82ffce

Please sign in to comment.