Skip to content

Commit 0d3e2a9

Browse files
hlollidjwhitt
authored andcommitted
feat(envoy): declare chunk post endpoint
1 parent 720ea18 commit 0d3e2a9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

envoy/envoy.template.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ static_resources:
6969
retry_on: '5xx,reset'
7070
num_retries: 5
7171
prefix_rewrite: '/'
72+
- match:
73+
prefix: '/chunk'
74+
headers:
75+
- name: ':method'
76+
exact_match: 'POST'
77+
route:
78+
cluster: ario_gateways
79+
timeout: 30s
7280
- match:
7381
prefix: '/ao/cu/'
7482
route:

0 commit comments

Comments
 (0)