fix: fullWeight removed, fullWeight => totalWeight

This commit is contained in:
Robert Kwolek
2020-11-17 09:00:21 +01:00
parent 67dca9c7ad
commit 2a0473fc9b
8 changed files with 31 additions and 64 deletions
+2 -3
View File
@@ -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:
-7
View File
@@ -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