-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.yaml
More file actions
736 lines (732 loc) · 17.7 KB
/
default.yaml
File metadata and controls
736 lines (732 loc) · 17.7 KB
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
apiVersion: v1
items:
- apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "1"
creationTimestamp: "2024-05-01T16:41:16Z"
generation: 1
labels:
app: kafka-ui
name: kafka-ui-deployment
namespace: default
resourceVersion: "49459"
selfLink: /apis/apps/v1/namespaces/default/deployments/kafka-ui-deployment
uid: 6a71e283-e5c7-4c3b-a7c7-881272bdadcb
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: kafka-ui
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
app: kafka-ui
spec:
containers:
- env:
- name: KAFKA_CLUSTERS_0_NAME
value: NewFix
- name: KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS
value: kafka.default.svc.cluster.local:9092
image: provectuslabs/kafka-ui:latest
imagePullPolicy: Always
name: kafka-ui
ports:
- containerPort: 8080
protocol: TCP
resources:
limits:
cpu: "1"
memory: 1Gi
requests:
cpu: 100m
memory: 256Mi
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
status:
availableReplicas: 1
conditions:
- lastTransitionTime: "2024-05-01T16:41:19Z"
lastUpdateTime: "2024-05-01T16:41:19Z"
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
- lastTransitionTime: "2024-05-01T16:41:16Z"
lastUpdateTime: "2024-05-01T16:41:19Z"
message: ReplicaSet "kafka-ui-deployment-7c6684b668" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
observedGeneration: 1
readyReplicas: 1
replicas: 1
updatedReplicas: 1
- apiVersion: apps/v1
kind: StatefulSet
metadata:
creationTimestamp: "2024-05-01T16:40:36Z"
generation: 1
name: inboundgw
namespace: default
resourceVersion: "49233"
selfLink: /apis/apps/v1/namespaces/default/statefulsets/inboundgw
uid: a69de724-73c3-46df-8cf4-a4f637a16fad
spec:
podManagementPolicy: Parallel
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: inboundgw
serviceName: inboundgw
template:
metadata:
creationTimestamp: null
labels:
app: inboundgw
spec:
containers:
- command:
- /bin/bash
- -c
- --
- /start.sh
image: mrefky/inboundgw
imagePullPolicy: Always
name: inboundgw
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /myfixlogs
name: www
- mountPath: /myetc
name: inboundgw-config
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
volumes:
- configMap:
defaultMode: 420
name: inboundgw-config
name: inboundgw-config
updateStrategy:
rollingUpdate:
partition: 0
type: RollingUpdate
volumeClaimTemplates:
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
creationTimestamp: null
name: www
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 30Gi
storageClassName: microk8s-hostpath
volumeMode: Filesystem
status:
phase: Pending
status:
availableReplicas: 1
collisionCount: 0
currentReplicas: 1
currentRevision: inboundgw-5bcc7974df
observedGeneration: 1
readyReplicas: 1
replicas: 1
updateRevision: inboundgw-5bcc7974df
updatedReplicas: 1
- apiVersion: apps/v1
kind: StatefulSet
metadata:
creationTimestamp: "2024-05-01T16:40:49Z"
generation: 1
name: outboundgw
namespace: default
resourceVersion: "49294"
selfLink: /apis/apps/v1/namespaces/default/statefulsets/outboundgw
uid: 3691358a-99f0-493d-ae41-989a790381f5
spec:
podManagementPolicy: Parallel
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: outboundgw
serviceName: outboundgw
template:
metadata:
creationTimestamp: null
labels:
app: outboundgw
spec:
containers:
- command:
- /bin/bash
- -c
- --
- /start.sh
image: mrefky/outboundgw
imagePullPolicy: Always
name: outboundgw
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /myfixlogs
name: www
- mountPath: /myetc
name: outboundgw-config
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
volumes:
- configMap:
defaultMode: 420
name: outboundgw-config
name: outboundgw-config
updateStrategy:
rollingUpdate:
partition: 0
type: RollingUpdate
volumeClaimTemplates:
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
creationTimestamp: null
name: www
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 30Gi
storageClassName: microk8s-hostpath
volumeMode: Filesystem
status:
phase: Pending
status:
availableReplicas: 1
collisionCount: 0
currentReplicas: 1
currentRevision: outboundgw-5969fbc75
observedGeneration: 1
readyReplicas: 1
replicas: 1
updateRevision: outboundgw-5969fbc75
updatedReplicas: 1
- apiVersion: apps/v1
kind: StatefulSet
metadata:
creationTimestamp: "2024-05-01T16:41:07Z"
generation: 1
name: dgw3
namespace: default
resourceVersion: "49373"
selfLink: /apis/apps/v1/namespaces/default/statefulsets/dgw3
uid: 5d76356e-5836-455a-b5b7-9ea26121621e
spec:
podManagementPolicy: Parallel
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: dgw3
serviceName: dgw3
template:
metadata:
creationTimestamp: null
labels:
app: dgw3
spec:
containers:
- command:
- /bin/bash
- -c
- --
- ./start.sh
image: mrefky/gw3
imagePullPolicy: Always
name: dgw3
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /myfixlogs
name: www
- mountPath: /myetc
name: dgw3-config
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
volumes:
- configMap:
defaultMode: 420
name: dgw3-config
name: dgw3-config
updateStrategy:
rollingUpdate:
partition: 0
type: RollingUpdate
volumeClaimTemplates:
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
creationTimestamp: null
name: www
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 30Gi
storageClassName: microk8s-hostpath
volumeMode: Filesystem
status:
phase: Pending
status:
availableReplicas: 1
collisionCount: 0
currentReplicas: 1
currentRevision: dgw3-7b859747bc
observedGeneration: 1
readyReplicas: 1
replicas: 1
updateRevision: dgw3-7b859747bc
updatedReplicas: 1
- apiVersion: apps/v1
kind: StatefulSet
metadata:
creationTimestamp: "2024-05-01T16:41:16Z"
generation: 1
name: dgw2
namespace: default
resourceVersion: "49467"
selfLink: /apis/apps/v1/namespaces/default/statefulsets/dgw2
uid: a9a70c92-5843-44d3-8b0d-1471ab3298e5
spec:
podManagementPolicy: Parallel
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: dgw2
serviceName: dgw2
template:
metadata:
creationTimestamp: null
labels:
app: dgw2
spec:
containers:
- command:
- /bin/bash
- -c
- --
- ./start.sh
image: mrefky/gw2
imagePullPolicy: Always
name: dgw2
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /myfixlogs
name: www
- mountPath: /myetc
name: dgw2-config
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
volumes:
- configMap:
defaultMode: 420
name: dgw2-config
name: dgw2-config
updateStrategy:
rollingUpdate:
partition: 0
type: RollingUpdate
volumeClaimTemplates:
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
creationTimestamp: null
name: www
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 30Gi
storageClassName: microk8s-hostpath
volumeMode: Filesystem
status:
phase: Pending
status:
availableReplicas: 1
collisionCount: 0
currentReplicas: 1
currentRevision: dgw2-8669d979
observedGeneration: 1
readyReplicas: 1
replicas: 1
updateRevision: dgw2-8669d979
updatedReplicas: 1
- apiVersion: v1
kind: Service
metadata:
creationTimestamp: "2024-05-01T16:40:36Z"
labels:
app: inboundgw
name: inboundgw
namespace: default
resourceVersion: "49181"
selfLink: /api/v1/namespaces/default/services/inboundgw
uid: e5d747ae-49cb-4934-9586-9576c100a973
spec:
clusterIP: None
clusterIPs:
- None
internalTrafficPolicy: Cluster
ipFamilies:
- IPv4
ipFamilyPolicy: SingleStack
ports:
- name: inboundgw
port: 5001
protocol: TCP
targetPort: 5001
selector:
app: inboundgw
sessionAffinity: None
type: ClusterIP
status:
loadBalancer: {}
- apiVersion: v1
kind: Service
metadata:
creationTimestamp: "2024-05-01T16:40:36Z"
labels:
app: inboundgw
name: inboundgw-ext
namespace: default
resourceVersion: "49183"
selfLink: /api/v1/namespaces/default/services/inboundgw-ext
uid: 777018d1-8535-4430-993e-272813b6ac7e
spec:
allocateLoadBalancerNodePorts: true
clusterIP: 10.152.183.7
clusterIPs:
- 10.152.183.7
externalTrafficPolicy: Cluster
internalTrafficPolicy: Cluster
ipFamilies:
- IPv4
ipFamilyPolicy: SingleStack
loadBalancerIP: 192.168.169.62
ports:
- nodePort: 30066
port: 5001
protocol: TCP
targetPort: 5001
selector:
app: inboundgw
sessionAffinity: None
type: LoadBalancer
status:
loadBalancer:
ingress:
- ip: 192.168.169.62
- apiVersion: v1
kind: Service
metadata:
creationTimestamp: "2024-05-01T16:40:49Z"
labels:
app: outboundgw
name: outboundgw
namespace: default
resourceVersion: "49252"
selfLink: /api/v1/namespaces/default/services/outboundgw
uid: e31f50b8-cf7f-47d7-b57f-cfc8f1c05f78
spec:
clusterIP: None
clusterIPs:
- None
internalTrafficPolicy: Cluster
ipFamilies:
- IPv4
ipFamilyPolicy: SingleStack
ports:
- name: outboundgw
port: 4001
protocol: TCP
targetPort: 4001
selector:
app: outboundgw
sessionAffinity: None
type: ClusterIP
status:
loadBalancer: {}
- apiVersion: v1
kind: Service
metadata:
creationTimestamp: "2024-05-01T16:41:07Z"
labels:
app: dgw3
name: dgw3
namespace: default
resourceVersion: "49327"
selfLink: /api/v1/namespaces/default/services/dgw3
uid: 4289a112-9a3a-453b-b6d5-406466f5747c
spec:
clusterIP: None
clusterIPs:
- None
internalTrafficPolicy: Cluster
ipFamilies:
- IPv4
ipFamilyPolicy: SingleStack
ports:
- name: dgw3
port: 31001
protocol: TCP
targetPort: 31001
selector:
app: dgw3
sessionAffinity: None
type: ClusterIP
status:
loadBalancer: {}
- apiVersion: v1
kind: Service
metadata:
creationTimestamp: "2024-05-01T16:41:16Z"
labels:
app: dgw2
name: dgw2
namespace: default
resourceVersion: "49384"
selfLink: /api/v1/namespaces/default/services/dgw2
uid: 3b1a7481-dc49-43db-a49f-ce1d79fea238
spec:
clusterIP: None
clusterIPs:
- None
internalTrafficPolicy: Cluster
ipFamilies:
- IPv4
ipFamilyPolicy: SingleStack
ports:
- name: dgw2
port: 31001
protocol: TCP
targetPort: 31001
selector:
app: dgw2
sessionAffinity: None
type: ClusterIP
status:
loadBalancer: {}
- apiVersion: v1
kind: Service
metadata:
creationTimestamp: "2024-05-01T16:41:16Z"
labels:
app: dgw2
name: dgw2-ext
namespace: default
resourceVersion: "49389"
selfLink: /api/v1/namespaces/default/services/dgw2-ext
uid: d68471fe-b57d-4065-8291-75802567dcf0
spec:
allocateLoadBalancerNodePorts: true
clusterIP: 10.152.183.236
clusterIPs:
- 10.152.183.236
externalTrafficPolicy: Cluster
internalTrafficPolicy: Cluster
ipFamilies:
- IPv4
ipFamilyPolicy: SingleStack
loadBalancerIP: 192.168.169.52
ports:
- nodePort: 32659
port: 31001
protocol: TCP
targetPort: 31001
selector:
app: dgw2
sessionAffinity: None
type: LoadBalancer
status:
loadBalancer:
ingress:
- ip: 192.168.169.52
- apiVersion: v1
data:
executor.cfg: |+
[DEFAULT]
SenderCompID=CASE
ResetOnLogon=Y
FileLogPath=./logs
#/myfixlogs
CheckLatency=N
[SESSION]
BeginString=FIX.4.4
SocketAcceptPort=5001
TargetCompID=01001
SenderCompID=CASE
kind: ConfigMap
metadata:
creationTimestamp: "2024-05-01T16:40:29Z"
name: inboundgw-config
namespace: default
resourceVersion: "49161"
selfLink: /api/v1/namespaces/default/configmaps/inboundgw-config
uid: b0d9521a-712e-481b-ab62-b84efcd077e0
- apiVersion: v1
data:
executor.cfg: |
[DEFAULT]
SenderCompID=CASE2
ResetOnLogon=Y
FileLogPath=./logs
CheckLatency=N
[SESSION]
SocketAcceptPort=4001
TargetCompID=01001
BeginString=FIX.4.4
SocketAcceptPort=4001
SenderCompID=CASE2
TargetCompID=01001
kind: ConfigMap
metadata:
creationTimestamp: "2024-05-01T16:40:42Z"
name: outboundgw-config
namespace: default
resourceVersion: "49238"
selfLink: /api/v1/namespaces/default/configmaps/outboundgw-config
uid: b8439d83-db11-492c-9700-3ed926eb16ab
- apiVersion: v1
data:
server.cfg: |+
[DEFAULT]
HeartBtInt=30
ResetOnLogon=Y
FileLogPath=./myfixlogs
CheckLatency=N
ResetOnLogon=Y
[SESSION]
BeginString=FIX.4.4
SocketConnectHost=192.168.169.7
SocketConnectPort=3001
SenderCompID=01001
TargetCompID=CASE
ResetOnLogon=Y
ResetOnLogout=Y
ReconnectInterval=10
[SESSION]
BeginString=FIX.4.4
SocketConnectHost=outboundgw.default.svc.cluster.local
SocketConnectPort=4001
TargetCompID=CASE2
SenderCompID=01001
ResetOnLogon=Y
ResetOnLogout=Y
ReconnectInterval=10
kind: ConfigMap
metadata:
creationTimestamp: "2024-05-01T16:41:00Z"
name: dgw3-config
namespace: default
resourceVersion: "49312"
selfLink: /api/v1/namespaces/default/configmaps/dgw3-config
uid: 2f1d02d8-45c7-4349-bfa5-4d7dd3af5830
- apiVersion: v1
data:
server.cfg: |
[DEFAULT]
SenderCompID=CASE2
ResetOnLogon=Y
FileLogPath=./logs
FileStorePath=./Sessions/
CheckLatency=N
[SESSION]
SocketAcceptPort=31001
TargetCompID=01001
BeginString=FIX.4.4
DataDictionary=./FIX44.xml
UseDataDictionary=Y
ValidateFieldsOutOfOrder=N
kind: ConfigMap
metadata:
creationTimestamp: "2024-05-01T16:41:09Z"
name: dgw2-config
namespace: default
resourceVersion: "49354"
selfLink: /api/v1/namespaces/default/configmaps/dgw2-config
uid: 676e1ca6-3e25-49d1-8a0b-a37d8bcf002d
kind: List
metadata:
resourceVersion: ""
---
apiVersion: v1
kind: Service
metadata:
creationTimestamp: "2024-05-03T04:02:04Z"
name: kafka-ui-service
namespace: default
resourceVersion: "3965"
uid: afae1c90-bffd-4c01-9ed4-fd21a9153932
spec:
allocateLoadBalancerNodePorts: true
clusterIP: 10.152.183.212
clusterIPs:
- 10.152.183.212
externalTrafficPolicy: Cluster
internalTrafficPolicy: Cluster
ipFamilies:
- IPv4
ipFamilyPolicy: SingleStack
ports:
- nodePort: 31006
port: 8080
protocol: TCP
targetPort: 8080
selector:
app: kafka-ui
sessionAffinity: None
type: LoadBalancer
status:
loadBalancer:
ingress:
- ip: 192.168.169.50