Skip to content

Commit

Permalink
Merge pull request #2479 from spiffxp/raise-trusted-nodepool
Browse files Browse the repository at this point in the history
prow: match prow-build-trusted nodepool to prow-build
  • Loading branch information
k8s-ci-robot authored Aug 6, 2021
2 parents 500fcec + 4046f59 commit 7d7493b
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,12 @@ module "prow_build_nodepool" {
name = "trusted-pool1"
initial_count = 1
min_count = 1
max_count = 3
machine_type = "n1-standard-8"
max_count = 6
# image/machine/disk match prow-build for consistency's sake
image_type = "UBUNTU_CONTAINERD"
machine_type = "n1-highmem-8"
disk_size_gb = 200
disk_type = "pd-standard"
disk_type = "pd-ssd"
service_account = module.prow_build_cluster.cluster_node_sa.email
}

0 comments on commit 7d7493b

Please sign in to comment.