Skip to content

Commit d5747bb

Browse files
committed
Updating default Clickhouse node instance type.
1 parent df0a19d commit d5747bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/comet_eks/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ variable "eks_clickhouse_name" {
248248
variable "eks_clickhouse_instance_types" {
249249
description = "Instance types for the ClickHouse node group"
250250
type = list(string)
251-
default = ["r5.2xlarge"]
251+
default = ["m7i.2xlarge"]
252252
}
253253

254254
variable "eks_clickhouse_min_size" {

0 commit comments

Comments
 (0)