File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed
Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff 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-
6226resource "google_container_node_pool" "wbaas-3_compute-pool-5" {
6327 cluster = google_container_cluster. wbaas-3 . id
6428 name = " compute-pool-5"
You can’t perform that action at this time.
0 commit comments