Skip to content

Commit ca044d3

Browse files
authored
Merge pull request #1223 from Mpluya/patch-1
include Contour retryOn in the sample canary
2 parents 76bac5d + 1bb4afa commit ca044d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/gitbook/tutorials/contour-progressive-delivery.md

+2
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ spec:
9090
retries:
9191
attempts: 3
9292
perTryTimeout: 5s
93+
# supported values for retryOn - https://projectcontour.io/docs/main/config/api/#projectcontour.io/v1.RetryOn
94+
retryOn: "5xx"
9395
# define the canary analysis timing and KPIs
9496
analysis:
9597
# schedule interval (default 60s)

0 commit comments

Comments
 (0)