Skip to content

Commit

Permalink
feat(envoy): declare chunk post endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
hlolli authored and djwhitt committed Nov 12, 2024
1 parent 720ea18 commit 0d3e2a9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions envoy/envoy.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ static_resources:
retry_on: '5xx,reset'
num_retries: 5
prefix_rewrite: '/'
- match:
prefix: '/chunk'
headers:
- name: ':method'
exact_match: 'POST'
route:
cluster: ario_gateways
timeout: 30s
- match:
prefix: '/ao/cu/'
route:
Expand Down

0 comments on commit 0d3e2a9

Please sign in to comment.