mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-05-11 22:09:32 +00:00
Inc runner node disk space
Attempt to avoid insufficient disk space errors in tests
This commit is contained in:
parent
805ae86268
commit
2a94718b37
2
.github/release/clusters/modules/gke/main.tf
vendored
2
.github/release/clusters/modules/gke/main.tf
vendored
@ -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 = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user