mirror of
https://github.com/fluxcd/flagger.git
synced 2026-09-05 02:47:17 +00:00
istio: add splitExternalLocalOriginErrors and consecutiveLocalOriginFailures support
Signed-off-by: kei-gnu <61653118+kei-gnu@users.noreply.github.com>
This commit is contained in:
@@ -859,6 +859,12 @@ spec:
|
||||
ejected from the connection pool.
|
||||
format: int32
|
||||
type: integer
|
||||
consecutiveLocalOriginFailures:
|
||||
description: Number of consecutive locally originated
|
||||
failures before ejection. Takes effect only when
|
||||
splitExternalLocalOriginErrors is set to true.
|
||||
format: int32
|
||||
type: integer
|
||||
interval:
|
||||
description: Time interval between ejection sweep analysis.
|
||||
type: string
|
||||
@@ -868,6 +874,10 @@ spec:
|
||||
minHealthPercent:
|
||||
format: int32
|
||||
type: integer
|
||||
splitExternalLocalOriginErrors:
|
||||
description: Determines whether to distinguish local
|
||||
origin failures from external errors.
|
||||
type: boolean
|
||||
tls:
|
||||
description: Istio TLS related settings for connections to the upstream service
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user