Skip to content

Commit

Permalink
docs: document dynamicStableScale
Browse files Browse the repository at this point in the history
Signed-off-by: Kostis (Codefresh) <[email protected]>
  • Loading branch information
kostis-codefresh committed Dec 4, 2024
1 parent 5f59344 commit 40de571
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/features/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,11 @@ spec:
# 0 means canary pods are not scaled down. Default is 30 seconds.
abortScaleDownDelaySeconds: 30

# Automatically reduce the number of stable pods as the number of canary pods increases
# Only available when traffic routing is used. Default value is false meaning that as more canary pods
# are created the number of stable pods stays the same.
dynamicStableScale: false

status:
pauseConditions:
- reason: StepPause
Expand Down

0 comments on commit 40de571

Please sign in to comment.