Skip to content

Commit

Permalink
Update test/e2e/kube-ovn/switch_lb_rule/switch_lb_rule.go
Browse files Browse the repository at this point in the history
Co-authored-by: 张祖建 <[email protected]>
  • Loading branch information
bobz965 and zhangzujian committed Jul 20, 2023
1 parent 369bd0f commit ff26fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/kube-ovn/switch_lb_rule/switch_lb_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit ff26fe5

Please sign in to comment.