Skip to content

Commit

Permalink
Merge pull request #1639 from alphagov/samsimpson1/no-more-2xl
Browse files Browse the repository at this point in the history
Remove 2xl instance types from arm worker node group
  • Loading branch information
samsimpson1 authored Jan 24, 2025
2 parents 75f5c75 + 3e8f0a8 commit 29c1b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/deployments/cluster-infrastructure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ variable "enable_arm_workers" {
variable "arm_workers_instance_types" {
type = list(string)
description = "List of ARM-based instance types for the managed node group, in order of preference. The second and subsequent preferences are only relevant when using spot instances."
default = ["m7g.4xlarge", "m6g.4xlarge", "m7g.2xlarge", "m6g.2xlarge"]
default = ["m7g.4xlarge", "m6g.4xlarge"]
}

variable "arm_workers_default_capacity_type" {
Expand Down

0 comments on commit 29c1b64

Please sign in to comment.