We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76bac5d + 1bb4afa commit ca044d3Copy full SHA for ca044d3
docs/gitbook/tutorials/contour-progressive-delivery.md
@@ -90,6 +90,8 @@ spec:
90
retries:
91
attempts: 3
92
perTryTimeout: 5s
93
+ # supported values for retryOn - https://projectcontour.io/docs/main/config/api/#projectcontour.io/v1.RetryOn
94
+ retryOn: "5xx"
95
# define the canary analysis timing and KPIs
96
analysis:
97
# schedule interval (default 60s)
0 commit comments