mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
fix: fullWeight removed, fullWeight => totalWeight
This commit is contained in:
@@ -24,9 +24,8 @@ spec:
|
||||
analysis:
|
||||
interval: 15s
|
||||
threshold: 10
|
||||
fullWeight: 1000
|
||||
maxWeight: 500
|
||||
stepWeights: [50, 100, 150, 200, 250, 300, 350, 400, 450, 500, 550]
|
||||
maxWeight: 50
|
||||
stepWeights: [5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55]
|
||||
metrics:
|
||||
- name: request-success-rate
|
||||
thresholdRange:
|
||||
|
||||
Reference in New Issue
Block a user