Skip to content

Commit

Permalink
Move double hashing node group to ue2a
Browse files Browse the repository at this point in the history
To where VPCs are
  • Loading branch information
ischasny committed Jan 23, 2023
1 parent 6597cbf commit 3bfcfe0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deploy/infrastructure/dev/us-east-2/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ module "eks" {

eks_managed_node_groups = {
# Node group used by double hashing indexer nodes
dev-ue2b-r6a-xl = {
dev-ue2a-r6a-xl = {
min_size = 0
max_size = 3
desired_size = 1
instance_types = ["r6a.xlarge"]
subnet_ids = [data.aws_subnet.ue2b1.id]
subnet_ids = [data.aws_subnet.ue2a1.id]
}
dev-ue2-m4-xl-2 = {
min_size = 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ data:
- groups:
- system:bootstrappers
- system:nodes
rolearn: arn:aws:iam::407967248065:role/dev-ue2b-r6a-xl-eks-node-group
rolearn: arn:aws:iam::407967248065:role/dev-ue2a-r6a-xl-eks-node-group
username: system:node:{{EC2PrivateDNSName}}
- groups:
- system:bootstrappers
Expand Down

0 comments on commit 3bfcfe0

Please sign in to comment.