@@ -268,145 +268,85 @@ storage:
268
268
- path: /flyteidl.service.SignalService
269
269
pathType: ImplementationSpecific
270
270
backend:
271
- { {- if $.Capabilities.APIVersions.Has " networking.k8s.io/v1/Ingress" } }
272
271
service:
273
272
name: flyteadmin
274
273
port:
275
274
number: { { $grpcPort } }
276
- { {- else } }
277
- serviceName: flyteadmin
278
- servicePort: { { $grpcPort } }
279
- { {- end } }
280
275
- path: /flyteidl.service.SignalService/*
281
276
pathType: ImplementationSpecific
282
277
backend:
283
- { {- if $.Capabilities.APIVersions.Has " networking.k8s.io/v1/Ingress" } }
284
278
service:
285
279
name: flyteadmin
286
280
port:
287
281
number: { { $grpcPort } }
288
- { {- else } }
289
- serviceName: flyteadmin
290
- servicePort: { { $grpcPort } }
291
- { {- end } }
292
282
- path: /flyteidl.service.AdminService
293
283
pathType: ImplementationSpecific
294
284
backend:
295
- { {- if $.Capabilities.APIVersions.Has " networking.k8s.io/v1/Ingress" } }
296
285
service:
297
286
name: flyteadmin
298
287
port:
299
288
number: { { $grpcPort } }
300
- { {- else } }
301
- serviceName: flyteadmin
302
- servicePort: { { $grpcPort } }
303
- { {- end } }
304
289
- path: /flyteidl.service.AdminService/*
305
290
pathType: ImplementationSpecific
306
291
backend:
307
- { {- if $.Capabilities.APIVersions.Has " networking.k8s.io/v1/Ingress" } }
308
292
service:
309
293
name: flyteadmin
310
294
port:
311
295
number: { { $grpcPort } }
312
- { {- else } }
313
- serviceName: flyteadmin
314
- servicePort: { { $grpcPort } }
315
- { {- end } }
316
296
- path: /flyteidl.service.DataProxyService
317
297
pathType: ImplementationSpecific
318
298
backend:
319
- { {- if $.Capabilities.APIVersions.Has " networking.k8s.io/v1/Ingress" } }
320
299
service:
321
300
name: flyteadmin
322
301
port:
323
302
number: { { $grpcPort } }
324
- { {- else } }
325
- serviceName: flyteadmin
326
- servicePort: { { $grpcPort } }
327
- { {- end } }
328
303
- path: /flyteidl.service.DataProxyService/*
329
304
pathType: ImplementationSpecific
330
305
backend:
331
- { {- if $.Capabilities.APIVersions.Has " networking.k8s.io/v1/Ingress" } }
332
306
service:
333
307
name: flyteadmin
334
308
port:
335
309
number: { { $grpcPort } }
336
- { {- else } }
337
- serviceName: flyteadmin
338
- servicePort: { { $grpcPort } }
339
- { {- end } }
340
310
- path: /flyteidl.service.AuthMetadataService
341
311
pathType: ImplementationSpecific
342
312
backend:
343
- { {- if $.Capabilities.APIVersions.Has " networking.k8s.io/v1/Ingress" } }
344
313
service:
345
314
name: flyteadmin
346
315
port:
347
316
number: { { $grpcPort } }
348
- { {- else } }
349
- serviceName: flyteadmin
350
- servicePort: { { $grpcPort } }
351
- { {- end } }
352
317
- path: /flyteidl.service.AuthMetadataService/*
353
318
pathType: ImplementationSpecific
354
319
backend:
355
- { {- if $.Capabilities.APIVersions.Has " networking.k8s.io/v1/Ingress" } }
356
320
service:
357
321
name: flyteadmin
358
322
port:
359
323
number: { { $grpcPort } }
360
- { {- else } }
361
- serviceName: flyteadmin
362
- servicePort: { { $grpcPort } }
363
- { {- end } }
364
324
- path: /flyteidl.service.IdentityService
365
325
pathType: ImplementationSpecific
366
326
backend:
367
- { {- if $.Capabilities.APIVersions.Has " networking.k8s.io/v1/Ingress" } }
368
327
service:
369
328
name: flyteadmin
370
329
port:
371
330
number: { { $grpcPort } }
372
- { {- else } }
373
- serviceName: flyteadmin
374
- servicePort: { { $grpcPort } }
375
- { {- end } }
376
331
- path: /flyteidl.service.IdentityService/*
377
332
pathType: ImplementationSpecific
378
333
backend:
379
- { {- if $.Capabilities.APIVersions.Has " networking.k8s.io/v1/Ingress" } }
380
334
service:
381
335
name: flyteadmin
382
336
port:
383
337
number: { { $grpcPort } }
384
- { {- else } }
385
- serviceName: flyteadmin
386
- servicePort: { { $grpcPort } }
387
- { {- end } }
388
338
- path: /grpc.health.v1.Health
389
339
pathType: ImplementationSpecific
390
340
backend:
391
- { {- if $.Capabilities.APIVersions.Has " networking.k8s.io/v1/Ingress" } }
392
341
service:
393
342
name: flyteadmin
394
343
port:
395
344
number: { { $grpcPort } }
396
- { {- else } }
397
- serviceName: flyteadmin
398
- servicePort: { { $grpcPort } }
399
- { {- end } }
400
345
- path: /grpc.health.v1.Health/*
401
346
pathType: ImplementationSpecific
402
347
backend:
403
- { {- if $.Capabilities.APIVersions.Has " networking.k8s.io/v1/Ingress" } }
404
348
service:
405
349
name: flyteadmin
406
350
port:
407
351
number: { { $grpcPort } }
408
- { {- else } }
409
- serviceName: flyteadmin
410
- servicePort: { { $grpcPort } }
411
- { {- end } }
412
352
{ {- end -} }
0 commit comments