mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
fix: use prompt_gateway_listener.timeout for outbound_api_traffic listener
This commit is contained in:
parent
95486db92a
commit
8cb3471531
1 changed files with 2 additions and 2 deletions
|
|
@ -257,7 +257,7 @@ static_resources:
|
|||
route:
|
||||
auto_host_rewrite: true
|
||||
cluster: bright_staff
|
||||
timeout: {{ listener.timeout | default('300s') }}
|
||||
timeout: {{ prompt_gateway_listener.timeout | default('300s') }}
|
||||
{% for cluster_name, cluster in plano_clusters.items() %}
|
||||
- match:
|
||||
prefix: "/"
|
||||
|
|
@ -268,7 +268,7 @@ static_resources:
|
|||
route:
|
||||
auto_host_rewrite: true
|
||||
cluster: {{ cluster_name }}
|
||||
timeout: {{ listener.timeout | default('300s') }}
|
||||
timeout: {{ prompt_gateway_listener.timeout | default('300s') }}
|
||||
{% endfor %}
|
||||
http_filters:
|
||||
- name: envoy.filters.http.router
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue