Skip to content

Commit 3273fa9

Browse files
authored
Merge pull request #19 from worldcoin/add-tags-to-asg-for-enclave-nodes
INFRA-5193: add tags to ASG for enclave nodes
2 parents 24e33af + e727d41 commit 3273fa9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

node-groups-enclave.tf

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,15 @@ resource "aws_autoscaling_group" "enclave" {
7575
}
7676
}
7777
}
78+
tag {
79+
key = "k8s.io/cluster-autoscaler/enabled"
80+
value = "true"
81+
propagate_at_launch = true
82+
}
83+
84+
tag {
85+
key = "k8s.io/cluster-autoscaler/world-chat-service-stage-eu-west-1"
86+
value = "owned"
87+
propagate_at_launch = true
88+
}
7889
}

0 commit comments

Comments
 (0)