mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-05-11 22:09:32 +00:00
set cluster creation timeout to 20mins
temporary timeout so we can see if the latest commits work without waiting too long between tries
This commit is contained in:
parent
11cb97e97d
commit
6c86e8a9ed
4
.github/release/clusters/modules/gke/main.tf
vendored
4
.github/release/clusters/modules/gke/main.tf
vendored
@ -12,6 +12,10 @@ resource "google_container_cluster" "this" {
|
||||
logging_service = "logging.googleapis.com/kubernetes"
|
||||
monitoring_service = "monitoring.googleapis.com/kubernetes"
|
||||
|
||||
timeouts {
|
||||
create = "20m"
|
||||
}
|
||||
|
||||
node_pool {
|
||||
name = var.node_pool_name
|
||||
initial_node_count = var.node_pool_min
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user