mirror of
https://github.com/katanemo/plano.git
synced 2026-07-14 16:22:12 +02:00
fix envoy yaml file to use v4 dns resolver for openai
This commit is contained in:
parent
774c389951
commit
59229b8fc9
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ static_resources:
|
||||||
# External LLM Providers
|
# External LLM Providers
|
||||||
- name: openai
|
- name: openai
|
||||||
connect_timeout: 5s
|
connect_timeout: 5s
|
||||||
|
dns_lookup_family: V4_ONLY
|
||||||
type: LOGICAL_DNS
|
type: LOGICAL_DNS
|
||||||
lb_policy: ROUND_ROBIN
|
lb_policy: ROUND_ROBIN
|
||||||
typed_extension_protocol_options:
|
typed_extension_protocol_options:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue