File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -24360,17 +24360,21 @@ components:
2436024360 example: http_body
2436124361 check_interval:
2436224362 type: integer
24363- description: >
24363+ description: |
2436424364 How often, in seconds, to check that backends are up and serving requests.
24365+
24366+ Must be greater than `check_timeout`.
2436524367 example: 90
24366- default: 2
24368+ default: 31
2436724369 check_timeout:
2436824370 type: integer
2436924371 minimum: 1
2437024372 maximum: 30
2437124373 default: 30
24372- description: >
24374+ description: |
2437324375 How long, in seconds, to wait for a check attempt before considering it failed.
24376+
24377+ Must be less than `check_interval`.
2437424378 example: 10
2437524379 check_attempts:
2437624380 type: integer
You can’t perform that action at this time.
0 commit comments