Skip to content

Commit

Permalink
chore(envoy): disable request timeouts for /ar-io routes in envoy.tem…
Browse files Browse the repository at this point in the history
…plate.yaml
  • Loading branch information
dtfiedler committed Sep 1, 2023
1 parent d017429 commit 125b010
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion envoy/envoy.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ static_resources:
#@ if data.values.ARNS_ROOT_HOST != "":
- name: arns_resolution_service
domains:
- #@ "*." + data.values.ARNS_ROOT_HOST
- #@ "*." + data.values.ARNS_ROOT_HOST
routes:
- match: { prefix: '/' }
route:
Expand Down Expand Up @@ -71,6 +71,7 @@ static_resources:
num_retries: 5
- match: { prefix: '/ar-io' }
route:
timeout: 0s
cluster: ario_gateways
retry_policy:
retry_on: '5xx,reset'
Expand Down

0 comments on commit 125b010

Please sign in to comment.