Skip to content

Commit

Permalink
change DnsLookupFamily in cluster to auto instead of ipv4 only
Browse files Browse the repository at this point in the history
  • Loading branch information
dergeberl committed Dec 21, 2022
1 parent 7958a8d commit 4451a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/helper/yawollet.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ func createEnvoyCluster(lb *yawolv1beta1.LoadBalancer) []envoytypes.Resource {
ClusterName: fmt.Sprintf("%v-%v", port.Protocol, port.Port),
Endpoints: endpoints,
},
DnsLookupFamily: envoycluster.Cluster_V4_ONLY,
DnsLookupFamily: envoycluster.Cluster_AUTO,
HealthChecks: healthChecks,
TransportSocket: transportSocket,
PerConnectionBufferLimitBytes: &wrappers.UInt32Value{Value: 32768}, // 32Kib
Expand Down

0 comments on commit 4451a4b

Please sign in to comment.