use LoadBalancer type service for e2e service test to patch ingress status

This commit is contained in:
Paco Xu 2023-07-20 11:03:39 +08:00
parent 97c7dbcd22
commit f0b38766a0

View File

@ -3350,7 +3350,7 @@ var _ = common.SIGDescribe("Services", func() {
Labels: testSvcLabels, Labels: testSvcLabels,
}, },
Spec: v1.ServiceSpec{ Spec: v1.ServiceSpec{
Type: "ClusterIP", Type: "LoadBalancer",
Ports: []v1.ServicePort{{ Ports: []v1.ServicePort{{
Name: "http", Name: "http",
Protocol: v1.ProtocolTCP, Protocol: v1.ProtocolTCP,