Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 3003dce6 authored by Nicolas's avatar Nicolas
Browse files

Reduce Node pool

parent 26bbb2f1
No related branches found
No related tags found
No related merge requests found
...@@ -202,8 +202,8 @@ resource "google_container_node_pool" "node_pool" { ...@@ -202,8 +202,8 @@ resource "google_container_node_pool" "node_pool" {
node_config { node_config {
preemptible = true preemptible = true
machine_type = "e2-standard-4" machine_type = "e2-micro"
disk_size_gb = "100" disk_size_gb = "10"
disk_type = "pd-ssd" disk_type = "pd-ssd"
image_type = "cos" image_type = "cos"
oauth_scopes = [ oauth_scopes = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment