mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Add connectionTimeout configuration to gloo canary test
Signed-off-by: Megum1n <misaka@pantsu.moe>
This commit is contained in:
@@ -39,6 +39,7 @@ spec:
|
||||
- addr: "example.com"
|
||||
port: 80
|
||||
connectionConfig:
|
||||
connectionTimeout: 2s
|
||||
maxRequestsPerConnection: 51
|
||||
loadBalancerConfig:
|
||||
roundRobin:
|
||||
@@ -221,4 +222,4 @@ echo '✔ A/B testing promotion test passed'
|
||||
|
||||
kubectl -n gloo-system logs deployment/flagger
|
||||
|
||||
echo '✔ All tests passed'
|
||||
echo '✔ All tests passed'
|
||||
|
||||
Reference in New Issue
Block a user