fix: use prompt_gateway_listener.timeout for outbound_api_traffic listener

This commit is contained in:
Syed Hashmi 2026-03-16 17:00:02 -07:00
parent 95486db92a
commit 8cb3471531

View file

@ -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