Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ValyaB committed Mar 25, 2024
1 parent 39443bb commit 14d8799
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/eks/eks_cluster_autoscaler_policies/castai.tf
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ module "castai-eks-cluster" {
aws_security_group.additional.id,
]
instance_profile_arn = module.castai-eks-role-iam.instance_profile_arn
target_group = [
{
arn = "aws_lb_target_group.default.arn"
port = 80
}
]
}

test_node_config = {
Expand All @@ -98,6 +104,12 @@ module "castai-eks-cluster" {
volume_iops = 3100
volume_throughput = 130
imds_v1 = true
target_group = [
{
arn = "aws_lb_target_group.default.arn"
port = 80
}
]
}
}

Expand Down

0 comments on commit 14d8799

Please sign in to comment.