Enable grpc e2e tests
This commit is contained in:
parent
fa3642d01b
commit
2e3f128ed5
2 changed files with 4 additions and 8 deletions
|
|
@ -219,10 +219,12 @@ func (f *Framework) NewGRPCBinDeployment() {
|
|||
{
|
||||
Name: "insecure",
|
||||
ContainerPort: 9000,
|
||||
Protocol: corev1.ProtocolTCP,
|
||||
},
|
||||
{
|
||||
Name: "secure",
|
||||
ContainerPort: 9001,
|
||||
Protocol: corev1.ProtocolTCP,
|
||||
},
|
||||
},
|
||||
ReadinessProbe: probe,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue