add field for configuring canary threshold

Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
This commit is contained in:
Somtochi Onyekwere
2022-02-08 13:52:28 +01:00
parent 7071d42152
commit 215c859619
8 changed files with 32 additions and 2 deletions
+3
View File
@@ -829,6 +829,9 @@ spec:
primaryReadyThreshold:
description: Percentage of pods that need to be available to consider primary as ready
type: number
canaryReadyThreshold:
description: Percentage of pods that need to be available to consider canary as ready
type: number
match:
description: A/B testing match conditions
type: array