Fix error in grpcbin deployment and enable e2e test

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-07-21 09:03:45 -04:00
parent 2f32f4817f
commit 268f7c5c4b
2 changed files with 1 additions and 3 deletions

View file

@ -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"

View file

@ -263,7 +263,7 @@ func (f *Framework) NewGRPCBinDeployment() {
{
Name: "secure",
Port: 9001,
TargetPort: intstr.FromInt(9000),
TargetPort: intstr.FromInt(9001),
Protocol: corev1.ProtocolTCP,
},
},