Skip to content

Commit 143d04f

Browse files
authored
prod(tf): remove old n2-highmem-16 (#2086)
Bug: T390698
1 parent ae8aa6e commit 143d04f

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

tf/env/production/cluster.tf

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -23,42 +23,6 @@ resource "google_container_cluster" "wbaas-3" {
2323
# Be careful altering node pools. If your change results in recreation then there will be a time
2424
# when there are no nodes in the pool. You may wish to create a new node pool first and then
2525
# delete the old one.
26-
resource "google_container_node_pool" "wbaas-3_compute-pool-3" {
27-
cluster = google_container_cluster.wbaas-3.id
28-
name = "compute-pool-3"
29-
node_count = 3
30-
node_locations = [
31-
"europe-west3-a",
32-
]
33-
node_config {
34-
disk_size_gb = 64
35-
disk_type = "pd-ssd"
36-
machine_type = "n2-highmem-16"
37-
metadata = {
38-
"disable-legacy-endpoints" = "true"
39-
}
40-
oauth_scopes = [
41-
"https://www.googleapis.com/auth/devstorage.read_only",
42-
"https://www.googleapis.com/auth/logging.write",
43-
"https://www.googleapis.com/auth/monitoring",
44-
"https://www.googleapis.com/auth/service.management.readonly",
45-
"https://www.googleapis.com/auth/servicecontrol",
46-
"https://www.googleapis.com/auth/trace.append",
47-
]
48-
preemptible = false
49-
service_account = "default"
50-
shielded_instance_config {
51-
enable_integrity_monitoring = true
52-
enable_secure_boot = false
53-
}
54-
logging_variant = "DEFAULT"
55-
}
56-
upgrade_settings {
57-
max_surge = 1
58-
max_unavailable = 0
59-
}
60-
}
61-
6226
resource "google_container_node_pool" "wbaas-3_compute-pool-5" {
6327
cluster = google_container_cluster.wbaas-3.id
6428
name = "compute-pool-5"

0 commit comments

Comments
 (0)