Skip to content

Commit

Permalink
Remove local_ssd_count, and convert to ssd (#1190)
Browse files Browse the repository at this point in the history
Works when running apply locally.
  • Loading branch information
another-rex authored Apr 4, 2023
1 parent 512dc20 commit fc22abc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions deployment/terraform/modules/osv/workers_gke.tf
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,9 @@ resource "google_container_node_pool" "highend" {


node_config {
machine_type = "n2-highmem-32"
disk_type = "pd-standard"
disk_size_gb = 100
local_ssd_count = 1
machine_type = "n2-highmem-32"
disk_type = "pd-ssd"
disk_size_gb = 100

oauth_scopes = ["https://www.googleapis.com/auth/cloud-platform"]

Expand Down

0 comments on commit fc22abc

Please sign in to comment.