Skip to content

Commit

Permalink
Updating disktype to pd-balanced as pd-standard is not valid for ML i…
Browse files Browse the repository at this point in the history
…nstance type
  • Loading branch information
jeeva-duplo committed Jun 24, 2024
1 parent 24b9050 commit a3ffe8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/galileo-gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module "galileo_gke" {
min_count = 1
max_count = 5
disk_size_gb = 100
disk_type = "pd-standard"
disk_type = "pd-balanced"
auto_repair = true
auto_upgrade = true
initial_node_count = 1
Expand Down

0 comments on commit a3ffe8f

Please sign in to comment.