Skip to content

Commit

Permalink
Merge pull request #1174 from spiffxp/really-highmem-8-this-time
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
k8s-ci-robot authored Aug 24, 2020
2 parents ef36669 + 0149350 commit a076a55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ module "prow_build_nodepool_n1_highmem_8" {
# use an UBUNTU image instead. Keep parity with the existing google.com
# k8s-prow-builds/prow cluster by using the CONTAINERD variant
image_type = "UBUNTU_CONTAINERD"
machine_type = "n1-highmem-16"
machine_type = "n1-highmem-8"
disk_size_gb = 250
disk_type = "pd-ssd"
service_account = module.prow_build_cluster.cluster_node_sa.email
Expand Down

0 comments on commit a076a55

Please sign in to comment.