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:
|
||||
|
||||
@@ -48,10 +48,6 @@ spec:
|
||||
type: boolean
|
||||
JSONPath: .spec.analysis.mirror
|
||||
priority: 1
|
||||
- name: FullWeight
|
||||
type: string
|
||||
JSONPath: .spec.analysis.fullWeight
|
||||
priority: 1
|
||||
- name: StepWeight
|
||||
type: string
|
||||
JSONPath: .spec.analysis.stepWeight
|
||||
@@ -570,9 +566,6 @@ spec:
|
||||
threshold:
|
||||
description: Max number of failed checks before rollback
|
||||
type: number
|
||||
fullWeight:
|
||||
description: Sum of traffic step weights for canary and primary
|
||||
type: number
|
||||
maxWeight:
|
||||
description: Max traffic weight routed to canary
|
||||
type: number
|
||||
|
||||
Reference in New Issue
Block a user