From 59229b8fc9efc2b3e18c170be5112c7bfa8fd657 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Fri, 27 Sep 2024 00:50:27 -0700 Subject: [PATCH] fix envoy yaml file to use v4 dns resolver for openai --- envoyfilter/envoy.template.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/envoyfilter/envoy.template.yaml b/envoyfilter/envoy.template.yaml index 2728d98c..2f171d27 100644 --- a/envoyfilter/envoy.template.yaml +++ b/envoyfilter/envoy.template.yaml @@ -87,6 +87,7 @@ static_resources: # External LLM Providers - name: openai connect_timeout: 5s + dns_lookup_family: V4_ONLY type: LOGICAL_DNS lb_policy: ROUND_ROBIN typed_extension_protocol_options: