@@ -267,14 +267,15 @@ var _ = framework.DescribeAnnotation("backend-protocol - GRPC", func() {
267
267
f .NewGRPCBinDelayDeployment ()
268
268
269
269
proxyTimeout := "10"
270
+ ingressName := "grpcbin-delay"
270
271
271
272
annotations := make (map [string ]string )
272
273
annotations ["nginx.ingress.kubernetes.io/backend-protocol" ] = "GRPC"
273
274
annotations ["nginx.ingress.kubernetes.io/proxy-connect-timeout" ] = proxyTimeout
274
275
annotations ["nginx.ingress.kubernetes.io/proxy-send-timeout" ] = proxyTimeout
275
276
annotations ["nginx.ingress.kubernetes.io/proxy-read-timeout" ] = proxyTimeout
276
277
277
- ing := framework .NewSingleIngress (host , "/" , host , f .Namespace , "grpcbin-delay" , 50051 , annotations )
278
+ ing := framework .NewSingleIngress (host , "/" , host , f .Namespace , ingressName , 50051 , annotations )
278
279
279
280
f .EnsureIngress (ing )
280
281
@@ -309,14 +310,15 @@ var _ = framework.DescribeAnnotation("backend-protocol - GRPC", func() {
309
310
f .NewGRPCBinDelayDeployment ()
310
311
311
312
proxyTimeout := "10"
313
+ ingressName := "grpcbin-delay"
312
314
313
315
annotations := make (map [string ]string )
314
316
annotations ["nginx.ingress.kubernetes.io/backend-protocol" ] = "GRPC"
315
317
annotations ["nginx.ingress.kubernetes.io/proxy-connect-timeout" ] = proxyTimeout
316
318
annotations ["nginx.ingress.kubernetes.io/proxy-send-timeout" ] = proxyTimeout
317
319
annotations ["nginx.ingress.kubernetes.io/proxy-read-timeout" ] = proxyTimeout
318
320
319
- ing := framework .NewSingleIngress (host , "/" , host , f .Namespace , "grpcbin-delay" , 50051 , annotations )
321
+ ing := framework .NewSingleIngress (host , "/" , host , f .Namespace , ingressName , 50051 , annotations )
320
322
321
323
f .EnsureIngress (ing )
322
324
0 commit comments