Enable grpc e2e tests

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-02-13 16:39:20 -03:00
parent fa3642d01b
commit 2e3f128ed5
2 changed files with 4 additions and 8 deletions

View file

@ -219,10 +219,12 @@ func (f *Framework) NewGRPCBinDeployment() {
{
Name: "insecure",
ContainerPort: 9000,
Protocol: corev1.ProtocolTCP,
},
{
Name: "secure",
ContainerPort: 9001,
Protocol: corev1.ProtocolTCP,
},
},
ReadinessProbe: probe,