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 67cd8fc2 authored by Nicolas's avatar Nicolas
Browse files

feat: Update GKE Node pool ressources

parent 10b3a1a7
No related branches found
No related tags found
No related merge requests found
......@@ -202,8 +202,8 @@ resource "google_container_node_pool" "node_pool" {
node_config {
preemptible = true
machine_type = "e2-micro"
disk_size_gb = "10"
machine_type = "e2-custom-6-6144"
disk_size_gb = "50"
disk_type = "pd-ssd"
image_type = "cos"
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