diff --git a/manifests/gke/main.tf b/manifests/gke/main.tf
index 31d27a9278bc279b043146b7e5ea24912ed568e1..3a98539932f4dab9a86839fad3b3458d9e8c1cb0 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-standard-4"
-    disk_size_gb = "100"
+    machine_type = "e2-micro"
+    disk_size_gb = "10"
     disk_type    = "pd-ssd"
     image_type   = "cos"
     oauth_scopes = [