This repository has been archived by the owner on Sep 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathblockapps.tpl.yml
957 lines (927 loc) · 21.3 KB
/
blockapps.tpl.yml
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
# STRATO v3.1.2
apiVersion: v1
items:
##### DEPLOYMENTS #####
- apiVersion: v1
kind: DeploymentConfig
metadata:
creationTimestamp: null
name: smd
spec:
replicas: 1
selector:
deploymentconfig: smd
strategy:
resources: {}
template:
metadata:
creationTimestamp: null
labels:
deploymentconfig: smd
spec:
containers:
- env:
- name: APEX_URL
value: http://node-__project_name__.__hostname__/apex-api
- name: BLOC_URL
value: http://node-__project_name__.__hostname__/bloc/v2.2
- name: BLOC_DOC_URL
value: http://node-__project_name__.__hostname__/docs/?url=/bloc/v2.2/swagger.json
- name: CIRRUS_URL
value: http://node-__project_name__.__hostname__/cirrus/search
- name: NODE_NAME
value: node-__project_name__.__hostname__
- name: SINGLE_NODE
value: "true"
# - name: SMD_MODE
# - name: ssl
- name: STRATO_DOC_URL
value: http://node-__project_name__.__hostname__/docs/?url=/strato-api/eth/v1.2/swagger.json
# - name: STRATO_GS_MODE
- name: STRATO_URL
value: http://node-__project_name__.__hostname__/strato-api/eth/v1.2
image: 172.30.1.1:5000/strato/blockapps-strato-smd:latest
name: smd
resources: {}
test: false
triggers:
- type: ConfigChange
- imageChangeParams:
automatic: true
containerNames:
- smd
from:
kind: ImageStreamTag
name: blockapps-strato-smd:latest
type: ImageChange
status:
availableReplicas: 0
latestVersion: 0
observedGeneration: 0
replicas: 0
unavailableReplicas: 0
updatedReplicas: 0
- apiVersion: v1
kind: DeploymentConfig
metadata:
creationTimestamp: null
name: apex
spec:
replicas: 1
selector:
deploymentconfig: apex
strategy:
resources: {}
template:
metadata:
creationTimestamp: null
labels:
deploymentconfig: apex
spec:
containers:
- env:
- name: blocHost
value: bloc:8000
- name: cirrusHost
value: cirrus:3333
- name: NODE_HOST
value: node-__project_name__.__hostname__
- name: postgres_host
value: postgres
- name: postgres_password
value: api
- name: postgres_port
value: "5432"
- name: postgres_user
value: postgres
# - name: PROD_DEV_MODE
- name: SINGLE_NODE
value: "true"
# - name: SMD_MODE
# - name: STRATO_GS_MODE
- name: stratoHost
value: strato:3000
image: 172.30.1.1:5000/strato/blockapps-strato-apex:latest
name: apex
resources: {}
test: false
triggers:
- type: ConfigChange
- imageChangeParams:
automatic: true
containerNames:
- apex
from:
kind: ImageStreamTag
name: blockapps-strato-apex:latest
type: ImageChange
status:
availableReplicas: 0
latestVersion: 0
observedGeneration: 0
replicas: 0
unavailableReplicas: 0
updatedReplicas: 0
- apiVersion: v1
kind: DeploymentConfig
metadata:
creationTimestamp: null
name: dappstore
spec:
replicas: 1
selector:
deploymentconfig: dappstore
strategy:
resources: {}
template:
metadata:
creationTimestamp: null
labels:
deploymentconfig: dappstore
spec:
containers:
- env:
- name: BLOC_URL
value: http://node-__project_name__.__hostname__/bloc/v2.2
- name: CIRRUS_URL
value: http://node-__project_name__.__hostname__/cirrus/search
- name: STRATO_URL
value: http://node-__project_name__.__hostname__/strato-api/eth/v1.2
image: 172.30.1.1:5000/strato/blockapps-strato-dappstore:latest
name: dappstore
resources: {}
test: false
triggers:
- type: ConfigChange
- imageChangeParams:
automatic: true
containerNames:
- dappstore
from:
kind: ImageStreamTag
name: blockapps-strato-dappstore:latest
type: ImageChange
status:
availableReplicas: 0
latestVersion: 0
observedGeneration: 0
replicas: 0
unavailableReplicas: 0
updatedReplicas: 0
- apiVersion: v1
kind: DeploymentConfig
metadata:
creationTimestamp: null
name: bloc
spec:
replicas: 1
selector:
deploymentconfig: bloc
strategy:
resources: {}
template:
metadata:
creationTimestamp: null
labels:
deploymentconfig: bloc
spec:
containers:
- env:
- name: cirrusHost
value: cirrus:3333
# - name: logLevel
- name: postgres_host
value: postgres
- name: postgres_password
value: api
- name: postgres_port
value: "5432"
- name: postgres_user
value: postgres
- name: ssl
value: "false"
- name: stratoHost
value: strato:3000
image: 172.30.1.1:5000/strato/blockapps-strato-bloc:latest
name: bloc
ports:
- containerPort: 8000
resources: {}
test: false
triggers:
- type: ConfigChange
- imageChangeParams:
automatic: true
containerNames:
- bloc
from:
kind: ImageStreamTag
name: blockapps-strato-bloc:latest
type: ImageChange
status:
availableReplicas: 0
latestVersion: 0
observedGeneration: 0
replicas: 0
unavailableReplicas: 0
updatedReplicas: 0
- apiVersion: v1
kind: DeploymentConfig
metadata:
creationTimestamp: null
name: redis
spec:
replicas: 1
selector:
deploymentconfig: redis
strategy:
resources: {}
template:
metadata:
creationTimestamp: null
labels:
deploymentconfig: redis
spec:
containers:
- args:
- redis-server
- --appendonly
- "yes"
image: 172.30.1.1:5000/strato/blockapps-strato-redis:latest
name: redis
ports:
- containerPort: 6379
resources: {}
test: false
triggers:
- type: ConfigChange
- imageChangeParams:
automatic: true
containerNames:
- redis
from:
kind: ImageStreamTag
name: blockapps-strato-redis:latest
type: ImageChange
status:
availableReplicas: 0
latestVersion: 0
observedGeneration: 0
replicas: 0
unavailableReplicas: 0
updatedReplicas: 0
- apiVersion: v1
kind: DeploymentConfig
metadata:
creationTimestamp: null
name: cirrus
spec:
replicas: 1
selector:
deploymentconfig: cirrus
strategy:
resources: {}
template:
metadata:
creationTimestamp: null
labels:
deploymentconfig: cirrus
spec:
containers:
- env:
- name: blocHost
value: bloc:8000
- name: postgres_db
value: cirrus
- name: postgres_host
value: postgres
- name: postgres_password
value: api
- name: postgres_port
value: "5432"
- name: postgres_user
value: postgres
- name: postgrestHost
value: postgrest:3001
- name: SINGLE_NODE
value: "true"
# - name: stateDiffTopic
- name: stratoHost
value: strato:3000
- name: zookeeper_conn
value: zookeeper
image: 172.30.1.1:5000/strato/blockapps-strato-cirrus:latest
name: cirrus
resources: {}
test: false
triggers:
- type: ConfigChange
- imageChangeParams:
automatic: true
containerNames:
- cirrus
from:
kind: ImageStreamTag
name: blockapps-strato-cirrus:latest
type: ImageChange
status:
availableReplicas: 0
latestVersion: 0
observedGeneration: 0
replicas: 0
unavailableReplicas: 0
updatedReplicas: 0
- apiVersion: v1
kind: DeploymentConfig
metadata:
creationTimestamp: null
name: strato
spec:
replicas: 1
selector:
deploymentconfig: strato
strategy:
resources: {}
template:
metadata:
creationTimestamp: null
labels:
deploymentconfig: strato
spec:
containers:
- env:
- name: addBootnodes
- name: backupblocks
- name: blockTime
- name: bootnode
- name: debugFail
- name: evmDebugMode
- name: evmTraceMode
- name: genesis
- name: genesisBlock
- name: kafkaHost
value: kafka
- name: lazyBlocks
- name: minBlockDifficulty
- name: mineBlocks
value: "true"
- name: miningAlgorithm
- name: miningThreads
- name: networkID
- name: numMinPeers
- name: postgres_host
value: postgres
- name: postgres_password
value: api
- name: postgres_user
value: postgres
- name: redisBDBNumber
- name: redisHost
value: redis
- name: redisPort
value: "6379"
- name: statsEnable
- name: statsFlush
- name: statsHost
- name: statsPort
- name: statsPrefix
- name: statsSuffix
- name: useSyncMode
- name: zkHost
value: zookeeper
image: 172.30.1.1:5000/strato/blockapps-strato-strato:latest
name: strato
ports:
- containerPort: 30303
- containerPort: 3000
resources: {}
test: false
triggers:
- type: ConfigChange
- imageChangeParams:
automatic: true
containerNames:
- strato
from:
kind: ImageStreamTag
name: blockapps-strato-strato:latest
type: ImageChange
status:
availableReplicas: 0
latestVersion: 0
observedGeneration: 0
replicas: 0
unavailableReplicas: 0
updatedReplicas: 0
- apiVersion: v1
kind: DeploymentConfig
metadata:
creationTimestamp: null
name: postgrest
spec:
replicas: 1
selector:
deploymentconfig: postgrest
strategy:
resources: {}
template:
metadata:
creationTimestamp: null
labels:
deploymentconfig: postgrest
spec:
containers:
- env:
- name: PG_ENV_POSTGRES_DB
value: cirrus
- name: PG_ENV_POSTGRES_HOST
value: postgres
- name: PG_ENV_POSTGRES_PASSWORD
value: api
- name: PG_ENV_POSTGRES_USER
value: postgres
- name: PG_PORT_5432_TCP_PORT
value: "5432"
image: 172.30.1.1:5000/strato/blockapps-strato-postgrest:latest
name: postgrest
ports:
- containerPort: 3001
resources: {}
test: false
triggers:
- type: ConfigChange
- imageChangeParams:
automatic: true
containerNames:
- postgrest
from:
kind: ImageStreamTag
name: blockapps-strato-postgrest:latest
type: ImageChange
status:
availableReplicas: 0
latestVersion: 0
observedGeneration: 0
replicas: 0
unavailableReplicas: 0
updatedReplicas: 0
- apiVersion: v1
kind: DeploymentConfig
metadata:
creationTimestamp: null
name: postgres
spec:
replicas: 1
selector:
deploymentconfig: postgres
strategy:
resources: {}
template:
metadata:
creationTimestamp: null
labels:
deploymentconfig: postgres
spec:
containers:
- env:
- name: POSTGRES_DB
value: cirrus
- name: POSTGRES_PASSWORD
value: api
image: 172.30.1.1:5000/strato/blockapps-strato-postgres:latest
name: postgres
ports:
- containerPort: 5432
resources: {}
resources: {}
test: false
triggers:
- type: ConfigChange
- imageChangeParams:
automatic: true
containerNames:
- postgres
from:
kind: ImageStreamTag
name: blockapps-strato-postgres:latest
type: ImageChange
status:
availableReplicas: 0
latestVersion: 0
observedGeneration: 0
replicas: 0
unavailableReplicas: 0
updatedReplicas: 0
- apiVersion: v1
kind: DeploymentConfig
metadata:
creationTimestamp: null
name: nginx
spec:
replicas: 1
selector:
deploymentconfig: nginx
strategy:
resources: {}
template:
metadata:
creationTimestamp: null
labels:
deploymentconfig: nginx
spec:
containers:
- env:
- name: authBasic
value: "true"
# - name: azureAD
# - name: azureADClientID
# - name: azureADTenantID
# - name: blockTime
# - name: SMD_MODE
# - name: ssl
# - name: sslCertFileType
# - name: STRATO_GS_MODE
- name: uiPassword
value: __ui_password__
image: 172.30.1.1:5000/strato/blockapps-strato-nginx:latest
name: nginx
ports:
- containerPort: 80
resources: {}
test: false
triggers:
- type: ConfigChange
- imageChangeParams:
automatic: true
containerNames:
- nginx
from:
kind: ImageStreamTag
name: blockapps-strato-nginx:latest
type: ImageChange
status:
availableReplicas: 0
latestVersion: 0
observedGeneration: 0
replicas: 0
unavailableReplicas: 0
updatedReplicas: 0
- apiVersion: v1
kind: DeploymentConfig
metadata:
creationTimestamp: null
name: docs
spec:
replicas: 1
selector:
deploymentconfig: docs
strategy:
resources: {}
template:
metadata:
creationTimestamp: null
labels:
deploymentconfig: docs
spec:
containers:
- env:
- name: API_URL
value: /strato-api/eth/v1.2/swagger.json
image: 172.30.1.1:5000/strato/blockapps-strato-docs:latest
name: docs
ports:
- containerPort: 8080
resources: {}
test: false
triggers:
- type: ConfigChange
- imageChangeParams:
automatic: true
containerNames:
- docs
from:
kind: ImageStreamTag
name: blockapps-strato-docs:latest
type: ImageChange
status:
availableReplicas: 0
latestVersion: 0
observedGeneration: 0
replicas: 0
unavailableReplicas: 0
updatedReplicas: 0
- apiVersion: v1
kind: DeploymentConfig
metadata:
creationTimestamp: null
name: zookeeper
spec:
replicas: 1
selector:
deploymentconfig: zookeeper
strategy:
resources: {}
template:
metadata:
creationTimestamp: null
labels:
deploymentconfig: zookeeper
spec:
containers:
- image: 172.30.1.1:5000/strato/blockapps-strato-zookeeper:latest
name: zookeeper
ports:
- containerPort: 2181
resources: {}
test: false
triggers:
- type: ConfigChange
- imageChangeParams:
automatic: true
containerNames:
- zookeeper
from:
kind: ImageStreamTag
name: blockapps-strato-zookeeper:latest
type: ImageChange
status:
availableReplicas: 0
latestVersion: 0
observedGeneration: 0
replicas: 0
unavailableReplicas: 0
updatedReplicas: 0
- apiVersion: v1
kind: DeploymentConfig
metadata:
creationTimestamp: null
name: kafka
spec:
replicas: 1
selector:
deploymentconfig: kafka
strategy:
resources: {}
template:
metadata:
creationTimestamp: null
labels:
deploymentconfig: kafka
spec:
containers:
- env:
- name: KAFKA_PORT # Hack for kafka on kubernetes, see https://github.com/wurstmeister/kafka-docker/issues/122
value: "9092"
- name: KAFKA_ADVERTISED_HOST_NAME
value: kafka
- name: KAFKA_ADVERTISED_PORT
value: "9092"
- name: KAFKA_ZOOKEEPER_CONNECT
value: zookeeper:2181
- name: KAFKA_DELETE_TOPIC_ENABLE
value: "true"
- name: KAFKA_LOG_CLEANER_ENABLE
value: "false"
- name: KAFKA_LOG_RETENTION_HOURS
value: "2147483647"
- name: KAFKA_OFFSET_METADATA_MAX_BYTES
value: "1048576"
- name: KAFKA_MAX_REQUEST_SIZE
value: "33554432"
- name: KAFKA_MESSAGE_MAX_BYTES
value: "33554432"
- name: KAFKA_PORT
value: "9092"
image: 172.30.1.1:5000/strato/blockapps-strato-kafka:latest
# KAFKA ON OPENSHIFT ADVERTISED_HOST FIX
command: [sh, -c, echo '127.0.0.1 kafka' >> /etc/hosts && start-kafka.sh]
name: kafka
ports:
- containerPort: 9092
resources: {}
test: false
triggers:
- type: ConfigChange
- imageChangeParams:
automatic: true
containerNames:
- kafka
from:
kind: ImageStreamTag
name: blockapps-strato-kafka:latest
type: ImageChange
status:
availableReplicas: 0
latestVersion: 0
observedGeneration: 0
replicas: 0
unavailableReplicas: 0
updatedReplicas: 0
##### SERVICES #####
- apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
name: smd
spec:
ports:
- name: 3002-tcp
port: 3002
targetPort: 3002
selector:
deploymentconfig: smd
status:
loadBalancer: {}
- apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
name: apex
spec:
ports:
- name: 3001-tcp
port: 3001
targetPort: 3001
selector:
deploymentconfig: apex
status:
loadBalancer: {}
- apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
name: dappstore
spec:
ports:
- name: 3000-tcp
port: 3000
targetPort: 3000
selector:
deploymentconfig: dappstore
status:
loadBalancer: {}
- apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
name: bloc
spec:
ports:
- name: 8000-tcp
port: 8000
targetPort: 8000
- name: 8002-tcp
port: 8002
targetPort: 8002
selector:
deploymentconfig: bloc
status:
loadBalancer: {}
- apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
name: redis
spec:
ports:
- name: 6379-tcp
port: 6379
targetPort: 6379
selector:
deploymentconfig: redis
status:
loadBalancer: {}
- apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
name: cirrus
spec:
ports:
- name: 3333-tcp
port: 3333
targetPort: 3333
selector:
deploymentconfig: cirrus
status:
loadBalancer: {}
- apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
name: strato
spec:
ports:
- name: 3000-tcp
port: 3000
targetPort: 3000
- name: 30303-tcp
port: 30303
targetPort: 30303
# #TODO: CHECK HOW TO MAP UDP PORT (FOR MULTINODE)
# - name: 30303-udp
# port: 30303
# targetPort: 30303
selector:
deploymentconfig: strato
status:
loadBalancer: {}
- apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
name: postgrest
spec:
ports:
- name: 3001-tcp
port: 3001
targetPort: 3001
selector:
deploymentconfig: postgrest
status:
loadBalancer: {}
- apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
name: postgres
spec:
ports:
- name: 5432-tcp
port: 5432
targetPort: 5432
selector:
deploymentconfig: postgres
status:
loadBalancer: {}
- apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
name: nginx
spec:
ports:
- name: 80-tcp
port: 80
targetPort: 80
selector:
deploymentconfig: nginx
status:
loadBalancer: {}
- apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
name: docs
spec:
ports:
- name: 8080-tcp
port: 8080
targetPort: 8080
selector:
deploymentconfig: docs
status:
loadBalancer: {}
- apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
name: zookeeper
spec:
ports:
- name: 2181-tcp
port: 2181
targetPort: 2181
selector:
deploymentconfig: zookeeper
status:
loadBalancer: {}
- apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
name: kafka
spec:
ports:
- name: 9092-tcp
port: 9092
targetPort: 9092
selector:
deploymentconfig: kafka
status:
loadBalancer: {}
##### ROUTES #####
- kind: Route
apiVersion: v1
metadata:
name: node
spec:
host:
to:
kind: Service
name: nginx
port:
targetPort: 80-tcp
##### META #####
kind: List
metadata: {}