use LoadBalancer type service for e2e service test to patch ingress status
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user