From 67cd8fc232502e2fcfc3d41386211bebac8a89a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20B=C3=A9jean?= <nicolas@bejean.fr> Date: Tue, 14 Dec 2021 16:13:11 +0100 Subject: [PATCH] feat: Update GKE Node pool ressources --- manifests/gke/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/gke/main.tf b/manifests/gke/main.tf index 3a98539..216c886 100644 --- a/manifests/gke/main.tf +++ b/manifests/gke/main.tf @@ -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 = [ -- GitLab