From ff26fe554fe1197ef10d527fc1d4adc97d2a813f Mon Sep 17 00:00:00 2001 From: bobz965 Date: Thu, 20 Jul 2023 13:37:32 +0800 Subject: [PATCH] Update test/e2e/kube-ovn/switch_lb_rule/switch_lb_rule.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 张祖建 --- test/e2e/kube-ovn/switch_lb_rule/switch_lb_rule.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/kube-ovn/switch_lb_rule/switch_lb_rule.go b/test/e2e/kube-ovn/switch_lb_rule/switch_lb_rule.go index 2ef1c73ffdf..639f83f89a4 100644 --- a/test/e2e/kube-ovn/switch_lb_rule/switch_lb_rule.go +++ b/test/e2e/kube-ovn/switch_lb_rule/switch_lb_rule.go @@ -164,7 +164,7 @@ var _ = framework.Describe("[group:slr]", func() { _ = stsClient.CreateSync(sts) ginkgo.By("Creating service " + stsSvcName) ports := []corev1.ServicePort{{ - Name: "netcat", + Name: "http", Protocol: corev1.ProtocolTCP, Port: frontPort, TargetPort: intstr.FromInt(80),