Fix error in grpcbin deployment and enable e2e test
This commit is contained in:
parent
2f32f4817f
commit
268f7c5c4b
2 changed files with 1 additions and 3 deletions
|
@ -122,8 +122,6 @@ var _ = framework.DescribeAnnotation("backend-protocol - GRPC", func() {
|
|||
})
|
||||
|
||||
ginkgo.It("should return OK for service with backend protocol GRPCS", func() {
|
||||
ginkgo.Skip("GRPCS test temporarily disabled")
|
||||
|
||||
f.NewGRPCBinDeployment()
|
||||
|
||||
host := "echo"
|
||||
|
|
|
@ -263,7 +263,7 @@ func (f *Framework) NewGRPCBinDeployment() {
|
|||
{
|
||||
Name: "secure",
|
||||
Port: 9001,
|
||||
TargetPort: intstr.FromInt(9000),
|
||||
TargetPort: intstr.FromInt(9001),
|
||||
Protocol: corev1.ProtocolTCP,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue