Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
ValyaB committed Mar 26, 2024
1 parent 4eb761d commit 42b4a73
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions examples/eks/eks_cluster_autoscaler_policies/castai.tf
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ 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 @@ -104,12 +98,6 @@ 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 42b4a73

Please sign in to comment.