mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 12:32:03 +00:00
use LoadBalancer type service for e2e service test to patch ingress status
This commit is contained in:
parent
97c7dbcd22
commit
f0b38766a0
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user