Skip to content

Commit

Permalink
Fix the pgo-workers taints
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmuck committed Feb 11, 2025
1 parent 1fa5639 commit ecded1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ locals {
min_size = 1
max_size = 2
desired_capacity = "2"
taints = "--register-with-taints=indico.io/pgo-workers=true:NoSchedule"
taints = "--register-with-taints=indico.io/crunchy=true:NoSchedule"
}
celery-workers = {
type = "cpu"
Expand Down

0 comments on commit ecded1a

Please sign in to comment.