Skip to content

Commit

Permalink
Merge pull request #17 from comet-ml/eks-mng-type
Browse files Browse the repository at this point in the history
Change default EKS node type to m6i.4xlarge
  • Loading branch information
burmek authored Mar 6, 2024
2 parents 779cde7 + 191d5fa commit aabc737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ variable "eks_mng_ami_type" {
variable "eks_node_types" {
description = "Node instance types for EKS managed node group"
type = list(string)
default = ["m5.4xlarge"]
default = ["m6i.4xlarge"]
}

variable "eks_mng_desired_size" {
Expand Down

0 comments on commit aabc737

Please sign in to comment.