Enable srds by default (#811)

This commit is contained in:
澄潭
2024-02-01 18:48:02 +08:00
committed by GitHub
parent dd39c87311
commit c1ddbcef7c
10 changed files with 4235 additions and 12 deletions

View File

@@ -475,9 +475,6 @@ func (m *IngressConfig) convertVirtualService(configs []common.WrapperConfig) []
gateways := []string{m.namespace + "/" +
common.CreateConvertedName(m.clusterId, cleanHost),
common.CreateConvertedName(constants.IstioIngressGatewayName, cleanHost)}
if host != "*" {
gateways = append(gateways, m.namespace+"/"+common.CreateConvertedName(m.clusterId, common.CleanHost("*")))
}
wrapperVS, exist := convertOptions.VirtualServices[host]
if !exist {