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 ff26fe5 commit c286f10
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 @@ -212,7 +212,7 @@ var _ = framework.Describe("[group:slr]", func() {
sessionAffinity = corev1.ServiceAffinityNone
slrPorts = []kubeovnv1.SlrPort{
{
Name: "netcat",
Name: "http",
Port: selSlrFrontPort,
TargetPort: backendPort,
Protocol: "TCP",
Expand Down

0 comments on commit c286f10

Please sign in to comment.