Skip to content

Commit ee204a7

Browse files
committed
🧪 test: trigger ci
1 parent fbf77e3 commit ee204a7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎test/e2e/annotations/grpc.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,14 +267,15 @@ var _ = framework.DescribeAnnotation("backend-protocol - GRPC", func() {
267267
f.NewGRPCBinDelayDeployment()
268268

269269
proxyTimeout := "10"
270+
ingressName := "grpcbin-delay"
270271

271272
annotations := make(map[string]string)
272273
annotations["nginx.ingress.kubernetes.io/backend-protocol"] = "GRPC"
273274
annotations["nginx.ingress.kubernetes.io/proxy-connect-timeout"] = proxyTimeout
274275
annotations["nginx.ingress.kubernetes.io/proxy-send-timeout"] = proxyTimeout
275276
annotations["nginx.ingress.kubernetes.io/proxy-read-timeout"] = proxyTimeout
276277

277-
ing := framework.NewSingleIngress(host, "/", host, f.Namespace, "grpcbin-delay", 50051, annotations)
278+
ing := framework.NewSingleIngress(host, "/", host, f.Namespace, ingressName, 50051, annotations)
278279

279280
f.EnsureIngress(ing)
280281

@@ -309,14 +310,15 @@ var _ = framework.DescribeAnnotation("backend-protocol - GRPC", func() {
309310
f.NewGRPCBinDelayDeployment()
310311

311312
proxyTimeout := "10"
313+
ingressName := "grpcbin-delay"
312314

313315
annotations := make(map[string]string)
314316
annotations["nginx.ingress.kubernetes.io/backend-protocol"] = "GRPC"
315317
annotations["nginx.ingress.kubernetes.io/proxy-connect-timeout"] = proxyTimeout
316318
annotations["nginx.ingress.kubernetes.io/proxy-send-timeout"] = proxyTimeout
317319
annotations["nginx.ingress.kubernetes.io/proxy-read-timeout"] = proxyTimeout
318320

319-
ing := framework.NewSingleIngress(host, "/", host, f.Namespace, "grpcbin-delay", 50051, annotations)
321+
ing := framework.NewSingleIngress(host, "/", host, f.Namespace, ingressName, 50051, annotations)
320322

321323
f.EnsureIngress(ing)
322324

0 commit comments

Comments
 (0)