Fix resiliency example typo

Signed-off-by: Anton Troshin <anton@diagrid.io>
This commit is contained in:
Anton Troshin 2024-12-12 19:51:12 -06:00
parent 077b0520be
commit 90c9d81a25
No known key found for this signature in database
GPG Key ID: 9F8A96ACA9EB6363
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ spec:
policy: constant
duration: 5s
maxRetries: 3
matches:
matching:
httpStatusCodes: "429,500-599" # retry the HTTP status codes in this range. All others are not retried.
gRPCStatusCodes: "1-4,8-11,13,14" # retry gRPC status codes in these ranges and separate single codes.
```