Skip to content

Commit

Permalink
add test label
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-purang committed Aug 13, 2024
1 parent e804ad6 commit df52326
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/eks/daemon/awsneuron/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ resource "aws_eks_node_group" "this" {
min_size = 1
}

labels = {"beta.kubernetes.io/instance-type": "ml.t3.medium"}

ami_type = "AL2_x86_64"
capacity_type = "ON_DEMAND"
disk_size = 20
Expand Down

0 comments on commit df52326

Please sign in to comment.