-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice_generated.yaml
14030 lines (14030 loc) · 276 KB
/
service_generated.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
apiVersion: v1
kind: Service
metadata:
name: janus-service
namespace: default
spec:
clusterIP: None
ports:
- name: janus-http
port: 8088
protocol: TCP
targetPort: 8088
- name: janus-ws
port: 8188
protocol: TCP
targetPort: 8188
- name: janus-a-http
port: 7088
protocol: TCP
targetPort: 7088
- name: janus-a-ws
port: 7188
protocol: TCP
targetPort: 7188
- name: janus-udp-1
port: 10000
protocol: UDP
targetPort: 10000
- name: janus-udp-2
port: 10001
protocol: UDP
targetPort: 10001
- name: janus-udp-3
port: 10002
protocol: UDP
targetPort: 10002
- name: janus-udp-4
port: 10003
protocol: UDP
targetPort: 10003
- name: janus-udp-5
port: 10004
protocol: UDP
targetPort: 10004
- name: janus-udp-6
port: 10005
protocol: UDP
targetPort: 10005
- name: janus-udp-7
port: 10006
protocol: UDP
targetPort: 10006
- name: janus-udp-8
port: 10007
protocol: UDP
targetPort: 10007
- name: janus-udp-9
port: 10008
protocol: UDP
targetPort: 10008
- name: janus-udp-10
port: 10009
protocol: UDP
targetPort: 10009
- name: janus-udp-11
port: 10010
protocol: UDP
targetPort: 10010
- name: janus-udp-12
port: 10011
protocol: UDP
targetPort: 10011
- name: janus-udp-13
port: 10012
protocol: UDP
targetPort: 10012
- name: janus-udp-14
port: 10013
protocol: UDP
targetPort: 10013
- name: janus-udp-15
port: 10014
protocol: UDP
targetPort: 10014
- name: janus-udp-16
port: 10015
protocol: UDP
targetPort: 10015
- name: janus-udp-17
port: 10016
protocol: UDP
targetPort: 10016
- name: janus-udp-18
port: 10017
protocol: UDP
targetPort: 10017
- name: janus-udp-19
port: 10018
protocol: UDP
targetPort: 10018
- name: janus-udp-20
port: 10019
protocol: UDP
targetPort: 10019
- name: janus-udp-21
port: 10020
protocol: UDP
targetPort: 10020
- name: janus-udp-22
port: 10021
protocol: UDP
targetPort: 10021
- name: janus-udp-23
port: 10022
protocol: UDP
targetPort: 10022
- name: janus-udp-24
port: 10023
protocol: UDP
targetPort: 10023
- name: janus-udp-25
port: 10024
protocol: UDP
targetPort: 10024
- name: janus-udp-26
port: 10025
protocol: UDP
targetPort: 10025
- name: janus-udp-27
port: 10026
protocol: UDP
targetPort: 10026
- name: janus-udp-28
port: 10027
protocol: UDP
targetPort: 10027
- name: janus-udp-29
port: 10028
protocol: UDP
targetPort: 10028
- name: janus-udp-30
port: 10029
protocol: UDP
targetPort: 10029
- name: janus-udp-31
port: 10030
protocol: UDP
targetPort: 10030
- name: janus-udp-32
port: 10031
protocol: UDP
targetPort: 10031
- name: janus-udp-33
port: 10032
protocol: UDP
targetPort: 10032
- name: janus-udp-34
port: 10033
protocol: UDP
targetPort: 10033
- name: janus-udp-35
port: 10034
protocol: UDP
targetPort: 10034
- name: janus-udp-36
port: 10035
protocol: UDP
targetPort: 10035
- name: janus-udp-37
port: 10036
protocol: UDP
targetPort: 10036
- name: janus-udp-38
port: 10037
protocol: UDP
targetPort: 10037
- name: janus-udp-39
port: 10038
protocol: UDP
targetPort: 10038
- name: janus-udp-40
port: 10039
protocol: UDP
targetPort: 10039
- name: janus-udp-41
port: 10040
protocol: UDP
targetPort: 10040
- name: janus-udp-42
port: 10041
protocol: UDP
targetPort: 10041
- name: janus-udp-43
port: 10042
protocol: UDP
targetPort: 10042
- name: janus-udp-44
port: 10043
protocol: UDP
targetPort: 10043
- name: janus-udp-45
port: 10044
protocol: UDP
targetPort: 10044
- name: janus-udp-46
port: 10045
protocol: UDP
targetPort: 10045
- name: janus-udp-47
port: 10046
protocol: UDP
targetPort: 10046
- name: janus-udp-48
port: 10047
protocol: UDP
targetPort: 10047
- name: janus-udp-49
port: 10048
protocol: UDP
targetPort: 10048
- name: janus-udp-50
port: 10049
protocol: UDP
targetPort: 10049
- name: janus-udp-51
port: 10050
protocol: UDP
targetPort: 10050
- name: janus-udp-52
port: 10051
protocol: UDP
targetPort: 10051
- name: janus-udp-53
port: 10052
protocol: UDP
targetPort: 10052
- name: janus-udp-54
port: 10053
protocol: UDP
targetPort: 10053
- name: janus-udp-55
port: 10054
protocol: UDP
targetPort: 10054
- name: janus-udp-56
port: 10055
protocol: UDP
targetPort: 10055
- name: janus-udp-57
port: 10056
protocol: UDP
targetPort: 10056
- name: janus-udp-58
port: 10057
protocol: UDP
targetPort: 10057
- name: janus-udp-59
port: 10058
protocol: UDP
targetPort: 10058
- name: janus-udp-60
port: 10059
protocol: UDP
targetPort: 10059
- name: janus-udp-61
port: 10060
protocol: UDP
targetPort: 10060
- name: janus-udp-62
port: 10061
protocol: UDP
targetPort: 10061
- name: janus-udp-63
port: 10062
protocol: UDP
targetPort: 10062
- name: janus-udp-64
port: 10063
protocol: UDP
targetPort: 10063
- name: janus-udp-65
port: 10064
protocol: UDP
targetPort: 10064
- name: janus-udp-66
port: 10065
protocol: UDP
targetPort: 10065
- name: janus-udp-67
port: 10066
protocol: UDP
targetPort: 10066
- name: janus-udp-68
port: 10067
protocol: UDP
targetPort: 10067
- name: janus-udp-69
port: 10068
protocol: UDP
targetPort: 10068
- name: janus-udp-70
port: 10069
protocol: UDP
targetPort: 10069
- name: janus-udp-71
port: 10070
protocol: UDP
targetPort: 10070
- name: janus-udp-72
port: 10071
protocol: UDP
targetPort: 10071
- name: janus-udp-73
port: 10072
protocol: UDP
targetPort: 10072
- name: janus-udp-74
port: 10073
protocol: UDP
targetPort: 10073
- name: janus-udp-75
port: 10074
protocol: UDP
targetPort: 10074
- name: janus-udp-76
port: 10075
protocol: UDP
targetPort: 10075
- name: janus-udp-77
port: 10076
protocol: UDP
targetPort: 10076
- name: janus-udp-78
port: 10077
protocol: UDP
targetPort: 10077
- name: janus-udp-79
port: 10078
protocol: UDP
targetPort: 10078
- name: janus-udp-80
port: 10079
protocol: UDP
targetPort: 10079
- name: janus-udp-81
port: 10080
protocol: UDP
targetPort: 10080
- name: janus-udp-82
port: 10081
protocol: UDP
targetPort: 10081
- name: janus-udp-83
port: 10082
protocol: UDP
targetPort: 10082
- name: janus-udp-84
port: 10083
protocol: UDP
targetPort: 10083
- name: janus-udp-85
port: 10084
protocol: UDP
targetPort: 10084
- name: janus-udp-86
port: 10085
protocol: UDP
targetPort: 10085
- name: janus-udp-87
port: 10086
protocol: UDP
targetPort: 10086
- name: janus-udp-88
port: 10087
protocol: UDP
targetPort: 10087
- name: janus-udp-89
port: 10088
protocol: UDP
targetPort: 10088
- name: janus-udp-90
port: 10089
protocol: UDP
targetPort: 10089
- name: janus-udp-91
port: 10090
protocol: UDP
targetPort: 10090
- name: janus-udp-92
port: 10091
protocol: UDP
targetPort: 10091
- name: janus-udp-93
port: 10092
protocol: UDP
targetPort: 10092
- name: janus-udp-94
port: 10093
protocol: UDP
targetPort: 10093
- name: janus-udp-95
port: 10094
protocol: UDP
targetPort: 10094
- name: janus-udp-96
port: 10095
protocol: UDP
targetPort: 10095
- name: janus-udp-97
port: 10096
protocol: UDP
targetPort: 10096
- name: janus-udp-98
port: 10097
protocol: UDP
targetPort: 10097
- name: janus-udp-99
port: 10098
protocol: UDP
targetPort: 10098
- name: janus-udp-100
port: 10099
protocol: UDP
targetPort: 10099
- name: janus-udp-101
port: 10100
protocol: UDP
targetPort: 10100
- name: janus-udp-102
port: 10101
protocol: UDP
targetPort: 10101
- name: janus-udp-103
port: 10102
protocol: UDP
targetPort: 10102
- name: janus-udp-104
port: 10103
protocol: UDP
targetPort: 10103
- name: janus-udp-105
port: 10104
protocol: UDP
targetPort: 10104
- name: janus-udp-106
port: 10105
protocol: UDP
targetPort: 10105
- name: janus-udp-107
port: 10106
protocol: UDP
targetPort: 10106
- name: janus-udp-108
port: 10107
protocol: UDP
targetPort: 10107
- name: janus-udp-109
port: 10108
protocol: UDP
targetPort: 10108
- name: janus-udp-110
port: 10109
protocol: UDP
targetPort: 10109
- name: janus-udp-111
port: 10110
protocol: UDP
targetPort: 10110
- name: janus-udp-112
port: 10111
protocol: UDP
targetPort: 10111
- name: janus-udp-113
port: 10112
protocol: UDP
targetPort: 10112
- name: janus-udp-114
port: 10113
protocol: UDP
targetPort: 10113
- name: janus-udp-115
port: 10114
protocol: UDP
targetPort: 10114
- name: janus-udp-116
port: 10115
protocol: UDP
targetPort: 10115
- name: janus-udp-117
port: 10116
protocol: UDP
targetPort: 10116
- name: janus-udp-118
port: 10117
protocol: UDP
targetPort: 10117
- name: janus-udp-119
port: 10118
protocol: UDP
targetPort: 10118
- name: janus-udp-120
port: 10119
protocol: UDP
targetPort: 10119
- name: janus-udp-121
port: 10120
protocol: UDP
targetPort: 10120
- name: janus-udp-122
port: 10121
protocol: UDP
targetPort: 10121
- name: janus-udp-123
port: 10122
protocol: UDP
targetPort: 10122
- name: janus-udp-124
port: 10123
protocol: UDP
targetPort: 10123
- name: janus-udp-125
port: 10124
protocol: UDP
targetPort: 10124
- name: janus-udp-126
port: 10125
protocol: UDP
targetPort: 10125
- name: janus-udp-127
port: 10126
protocol: UDP
targetPort: 10126
- name: janus-udp-128
port: 10127
protocol: UDP
targetPort: 10127
- name: janus-udp-129
port: 10128
protocol: UDP
targetPort: 10128
- name: janus-udp-130
port: 10129
protocol: UDP
targetPort: 10129
- name: janus-udp-131
port: 10130
protocol: UDP
targetPort: 10130
- name: janus-udp-132
port: 10131
protocol: UDP
targetPort: 10131
- name: janus-udp-133
port: 10132
protocol: UDP
targetPort: 10132
- name: janus-udp-134
port: 10133
protocol: UDP
targetPort: 10133
- name: janus-udp-135
port: 10134
protocol: UDP
targetPort: 10134
- name: janus-udp-136
port: 10135
protocol: UDP
targetPort: 10135
- name: janus-udp-137
port: 10136
protocol: UDP
targetPort: 10136
- name: janus-udp-138
port: 10137
protocol: UDP
targetPort: 10137
- name: janus-udp-139
port: 10138
protocol: UDP
targetPort: 10138
- name: janus-udp-140
port: 10139
protocol: UDP
targetPort: 10139
- name: janus-udp-141
port: 10140
protocol: UDP
targetPort: 10140
- name: janus-udp-142
port: 10141
protocol: UDP
targetPort: 10141
- name: janus-udp-143
port: 10142
protocol: UDP
targetPort: 10142
- name: janus-udp-144
port: 10143
protocol: UDP
targetPort: 10143
- name: janus-udp-145
port: 10144
protocol: UDP
targetPort: 10144
- name: janus-udp-146
port: 10145
protocol: UDP
targetPort: 10145
- name: janus-udp-147
port: 10146
protocol: UDP
targetPort: 10146
- name: janus-udp-148
port: 10147
protocol: UDP
targetPort: 10147
- name: janus-udp-149
port: 10148
protocol: UDP
targetPort: 10148
- name: janus-udp-150
port: 10149
protocol: UDP
targetPort: 10149
- name: janus-udp-151
port: 10150
protocol: UDP
targetPort: 10150
- name: janus-udp-152
port: 10151
protocol: UDP
targetPort: 10151
- name: janus-udp-153
port: 10152
protocol: UDP
targetPort: 10152
- name: janus-udp-154
port: 10153
protocol: UDP
targetPort: 10153
- name: janus-udp-155
port: 10154
protocol: UDP
targetPort: 10154
- name: janus-udp-156
port: 10155
protocol: UDP
targetPort: 10155
- name: janus-udp-157
port: 10156
protocol: UDP
targetPort: 10156
- name: janus-udp-158
port: 10157
protocol: UDP
targetPort: 10157
- name: janus-udp-159
port: 10158
protocol: UDP
targetPort: 10158
- name: janus-udp-160
port: 10159
protocol: UDP
targetPort: 10159
- name: janus-udp-161
port: 10160
protocol: UDP
targetPort: 10160
- name: janus-udp-162
port: 10161
protocol: UDP
targetPort: 10161
- name: janus-udp-163
port: 10162
protocol: UDP
targetPort: 10162
- name: janus-udp-164
port: 10163
protocol: UDP
targetPort: 10163
- name: janus-udp-165
port: 10164
protocol: UDP
targetPort: 10164
- name: janus-udp-166
port: 10165
protocol: UDP
targetPort: 10165
- name: janus-udp-167
port: 10166
protocol: UDP
targetPort: 10166
- name: janus-udp-168
port: 10167
protocol: UDP
targetPort: 10167
- name: janus-udp-169
port: 10168
protocol: UDP
targetPort: 10168
- name: janus-udp-170
port: 10169
protocol: UDP
targetPort: 10169
- name: janus-udp-171
port: 10170
protocol: UDP
targetPort: 10170
- name: janus-udp-172
port: 10171
protocol: UDP
targetPort: 10171
- name: janus-udp-173
port: 10172
protocol: UDP
targetPort: 10172
- name: janus-udp-174
port: 10173
protocol: UDP
targetPort: 10173
- name: janus-udp-175
port: 10174
protocol: UDP
targetPort: 10174
- name: janus-udp-176
port: 10175
protocol: UDP
targetPort: 10175
- name: janus-udp-177
port: 10176
protocol: UDP
targetPort: 10176
- name: janus-udp-178
port: 10177
protocol: UDP
targetPort: 10177
- name: janus-udp-179
port: 10178
protocol: UDP
targetPort: 10178
- name: janus-udp-180
port: 10179
protocol: UDP
targetPort: 10179
- name: janus-udp-181
port: 10180
protocol: UDP
targetPort: 10180
- name: janus-udp-182
port: 10181
protocol: UDP
targetPort: 10181
- name: janus-udp-183
port: 10182
protocol: UDP
targetPort: 10182
- name: janus-udp-184
port: 10183
protocol: UDP
targetPort: 10183
- name: janus-udp-185
port: 10184
protocol: UDP
targetPort: 10184
- name: janus-udp-186
port: 10185
protocol: UDP
targetPort: 10185
- name: janus-udp-187
port: 10186
protocol: UDP
targetPort: 10186
- name: janus-udp-188
port: 10187
protocol: UDP
targetPort: 10187
- name: janus-udp-189
port: 10188
protocol: UDP
targetPort: 10188
- name: janus-udp-190
port: 10189
protocol: UDP
targetPort: 10189
- name: janus-udp-191
port: 10190
protocol: UDP
targetPort: 10190
- name: janus-udp-192
port: 10191
protocol: UDP
targetPort: 10191
- name: janus-udp-193
port: 10192
protocol: UDP
targetPort: 10192
- name: janus-udp-194
port: 10193
protocol: UDP
targetPort: 10193
- name: janus-udp-195
port: 10194
protocol: UDP
targetPort: 10194
- name: janus-udp-196
port: 10195
protocol: UDP
targetPort: 10195
- name: janus-udp-197
port: 10196
protocol: UDP
targetPort: 10196
- name: janus-udp-198
port: 10197
protocol: UDP
targetPort: 10197
- name: janus-udp-199
port: 10198
protocol: UDP
targetPort: 10198
- name: janus-udp-200
port: 10199
protocol: UDP
targetPort: 10199
- name: janus-udp-201
port: 10200
protocol: UDP
targetPort: 10200
- name: janus-udp-202
port: 10201
protocol: UDP
targetPort: 10201
- name: janus-udp-203
port: 10202
protocol: UDP
targetPort: 10202
- name: janus-udp-204
port: 10203
protocol: UDP
targetPort: 10203
- name: janus-udp-205
port: 10204
protocol: UDP
targetPort: 10204
- name: janus-udp-206
port: 10205
protocol: UDP
targetPort: 10205
- name: janus-udp-207
port: 10206
protocol: UDP
targetPort: 10206
- name: janus-udp-208
port: 10207
protocol: UDP
targetPort: 10207
- name: janus-udp-209
port: 10208
protocol: UDP
targetPort: 10208
- name: janus-udp-210
port: 10209
protocol: UDP
targetPort: 10209
- name: janus-udp-211
port: 10210
protocol: UDP
targetPort: 10210
- name: janus-udp-212
port: 10211
protocol: UDP
targetPort: 10211
- name: janus-udp-213
port: 10212
protocol: UDP
targetPort: 10212
- name: janus-udp-214
port: 10213
protocol: UDP
targetPort: 10213
- name: janus-udp-215
port: 10214
protocol: UDP
targetPort: 10214
- name: janus-udp-216
port: 10215
protocol: UDP
targetPort: 10215
- name: janus-udp-217
port: 10216
protocol: UDP
targetPort: 10216
- name: janus-udp-218
port: 10217
protocol: UDP
targetPort: 10217
- name: janus-udp-219
port: 10218
protocol: UDP
targetPort: 10218
- name: janus-udp-220
port: 10219
protocol: UDP
targetPort: 10219
- name: janus-udp-221
port: 10220
protocol: UDP
targetPort: 10220
- name: janus-udp-222
port: 10221
protocol: UDP
targetPort: 10221
- name: janus-udp-223
port: 10222
protocol: UDP
targetPort: 10222
- name: janus-udp-224
port: 10223
protocol: UDP
targetPort: 10223
- name: janus-udp-225
port: 10224
protocol: UDP
targetPort: 10224
- name: janus-udp-226
port: 10225
protocol: UDP
targetPort: 10225
- name: janus-udp-227
port: 10226
protocol: UDP
targetPort: 10226
- name: janus-udp-228
port: 10227
protocol: UDP
targetPort: 10227
- name: janus-udp-229
port: 10228
protocol: UDP
targetPort: 10228
- name: janus-udp-230
port: 10229
protocol: UDP
targetPort: 10229
- name: janus-udp-231
port: 10230
protocol: UDP
targetPort: 10230
- name: janus-udp-232
port: 10231
protocol: UDP
targetPort: 10231
- name: janus-udp-233
port: 10232
protocol: UDP
targetPort: 10232
- name: janus-udp-234
port: 10233
protocol: UDP
targetPort: 10233
- name: janus-udp-235
port: 10234
protocol: UDP
targetPort: 10234
- name: janus-udp-236
port: 10235
protocol: UDP
targetPort: 10235
- name: janus-udp-237
port: 10236
protocol: UDP
targetPort: 10236
- name: janus-udp-238
port: 10237
protocol: UDP
targetPort: 10237
- name: janus-udp-239
port: 10238
protocol: UDP
targetPort: 10238
- name: janus-udp-240
port: 10239
protocol: UDP
targetPort: 10239
- name: janus-udp-241
port: 10240
protocol: UDP
targetPort: 10240
- name: janus-udp-242
port: 10241
protocol: UDP
targetPort: 10241
- name: janus-udp-243
port: 10242
protocol: UDP
targetPort: 10242
- name: janus-udp-244
port: 10243
protocol: UDP
targetPort: 10243