Inc runner node disk space

Attempt to avoid insufficient disk space errors in tests
This commit is contained in:
E M 2026-05-01 12:47:29 +10:00
parent 805ae86268
commit 2a94718b37
No known key found for this signature in database

View File

@ -27,7 +27,7 @@ resource "google_container_cluster" "this" {
node_config {
machine_type = var.node_pool_machine_type
disk_size_gb = 20
disk_size_gb = 50
labels = var.node_pool_labels
oauth_scopes = [