Skip to content

Commit

Permalink
Remove custom update policy
Browse files Browse the repository at this point in the history
  • Loading branch information
kanshi committed Aug 6, 2024
1 parent 03a1727 commit ddacc1b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions operations/deploy-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@ job "sbws-stage" {
group "sbws-stage-group" {
count = 3

update {
max_parallel = 1
health_check = "task_states"
min_healthy_time = "60m"
healthy_deadline = "64m"
progress_deadline = "70m"
auto_revert = true
auto_promote = false
canary = 0
}

spread {
attribute = "${node.unique.id}"
weight = 100
Expand Down

0 comments on commit ddacc1b

Please sign in to comment.