mirror of
https://github.com/katanemo/plano.git
synced 2026-07-05 15:52:12 +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:
|
route:
|
||||||
auto_host_rewrite: true
|
auto_host_rewrite: true
|
||||||
cluster: bright_staff
|
cluster: bright_staff
|
||||||
timeout: {{ listener.timeout | default('300s') }}
|
timeout: {{ prompt_gateway_listener.timeout | default('300s') }}
|
||||||
{% for cluster_name, cluster in plano_clusters.items() %}
|
{% for cluster_name, cluster in plano_clusters.items() %}
|
||||||
- match:
|
- match:
|
||||||
prefix: "/"
|
prefix: "/"
|
||||||
|
|
@ -268,7 +268,7 @@ static_resources:
|
||||||
route:
|
route:
|
||||||
auto_host_rewrite: true
|
auto_host_rewrite: true
|
||||||
cluster: {{ cluster_name }}
|
cluster: {{ cluster_name }}
|
||||||
timeout: {{ listener.timeout | default('300s') }}
|
timeout: {{ prompt_gateway_listener.timeout | default('300s') }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
http_filters:
|
http_filters:
|
||||||
- name: envoy.filters.http.router
|
- name: envoy.filters.http.router
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue