Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
[meta] use custom vm with more cpu
Browse files Browse the repository at this point in the history
By increasing elasticsearch cpu request in c566822, n1-standard-8 don't provide enough cpu for the tests
  • Loading branch information
jmlrt committed Feb 3, 2020
1 parent c566822 commit 8ff6eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ variable "additional_zones" {

variable "machine_type" {
description = "Machine type for the kubernetes nodes"
default = "n1-standard-8"
default = "custom-10-30720"
}

variable "network" {
Expand Down

0 comments on commit 8ff6eae

Please sign in to comment.