Skip to content

Commit

Permalink
Use ON_DEMAND instances for core EKS nodes (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanschmidt authored Apr 17, 2024
1 parent 67ced44 commit e7c48bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/arc/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module "eks" {

instance_types = [var.basic_instance_type]
ami_type = "AL2_x86_64"
capacity_type = "SPOT"
capacity_type = "ON_DEMAND"
labels = {
Project = var.environment
Environment = local.cluster_name
Expand Down

0 comments on commit e7c48bb

Please sign in to comment.