@@ -185,14 +185,13 @@ config:
185
185
tokensOverride : " "
186
186
extraTokens : " "
187
187
188
- blockchainOverride :
189
- " "
190
- # type: ethereum
191
- # ethereum:
192
- # ethconnect:
193
- # url: http://ethconnect_0:8080
194
- # instance: /contracts/firefly
195
- # topic: "0"
188
+ blockchainOverride : " "
189
+ # type: ethereum
190
+ # ethereum:
191
+ # ethconnect:
192
+ # url: http://ethconnect_0:8080
193
+ # instance: /contracts/firefly
194
+ # topic: "0"
196
195
extraBlockchains : " "
197
196
198
197
extraNamespaces : " "
@@ -209,8 +208,7 @@ core:
209
208
# Overrides the image tag whose default is the chart appVersion.
210
209
# tag: ""
211
210
212
- extraEnv :
213
- []
211
+ extraEnv : []
214
212
# - name: FIREFLY_LOG_LEVEL
215
213
# value: debug
216
214
@@ -220,12 +218,10 @@ core:
220
218
221
219
podAnnotations : {}
222
220
223
- podSecurityContext :
224
- {}
221
+ podSecurityContext : {}
225
222
# fsGroup: 2000
226
223
227
- securityContext :
228
- {}
224
+ securityContext : {}
229
225
# capabilities:
230
226
# drop:
231
227
# - ALL
@@ -255,8 +251,7 @@ core:
255
251
ingress :
256
252
enabled : false
257
253
className : " "
258
- annotations :
259
- {}
254
+ annotations : {}
260
255
# kubernetes.io/ingress.class: nginx
261
256
# kubernetes.io/tls-acme: "true"
262
257
hosts :
@@ -266,8 +261,7 @@ core:
266
261
# hosts:
267
262
# - chart-example.local
268
263
269
- resources :
270
- {}
264
+ resources : {}
271
265
# We usually recommend not to specify default resources and to leave this as a conscious
272
266
# choice for the user. This also increases chances charts run on environments with little
273
267
# resources, such as Minikube. If you do want to specify resources, uncomment the following
@@ -306,6 +300,7 @@ core:
306
300
307
301
# Configures the properties of the StatefulSet, Service, and optionally Ingress used to deploy and expose FireFly HTTPS DataExchange
308
302
dataexchange :
303
+
309
304
# Toggles whether or not to deploy HTTPS DataExchange alongside FireFly, and therefore how the dataexchange section of its config will be templated
310
305
enabled : true
311
306
@@ -322,13 +317,11 @@ dataexchange:
322
317
certificate :
323
318
enabled : false
324
319
duration : " "
325
- issuerRef :
326
- {}
327
- # name: internal-ca
328
- # kind: ClusterIssuer
320
+ issuerRef : {}
321
+ # name: internal-ca
322
+ # kind: ClusterIssuer
329
323
330
- extraEnv :
331
- []
324
+ extraEnv : []
332
325
# - name: LOG_LEVEL
333
326
# value: DEBUG
334
327
@@ -348,8 +341,7 @@ dataexchange:
348
341
runAsGroup : 1001
349
342
fsGroup : 1001
350
343
351
- securityContext :
352
- {}
344
+ securityContext : {}
353
345
# capabilities:
354
346
# drop:
355
347
# - ALL
@@ -369,14 +361,12 @@ dataexchange:
369
361
ingress :
370
362
enabled : false
371
363
className : " "
372
- annotations :
373
- {}
364
+ annotations : {}
374
365
# nginx.ingress.kubernetes.io/ssl-passthrough: "true"
375
366
hosts :
376
367
- host : chart-example.local
377
368
378
- resources :
379
- {}
369
+ resources : {}
380
370
# We usually recommend not to specify default resources and to leave this as a conscious
381
371
# choice for the user. This also increases chances charts run on environments with little
382
372
# resources, such as Minikube. If you do want to specify resources, uncomment the following
@@ -418,9 +408,6 @@ erc1155:
418
408
contractAddress : " /contracts/erc1155Address"
419
409
420
410
# The Ethconnect URI representing the ERC1155 tokens contract
421
- ethconnectInstance : " /contracts/erc1155"
422
-
423
- # The Ethconnect topic to use for tokens event subscriptions
424
411
ethconnectTopic : " tokensERC1155"
425
412
426
413
image :
@@ -435,8 +422,7 @@ erc1155:
435
422
podSecurityContext : {}
436
423
# fsGroup: 2000
437
424
438
- securityContext :
439
- {}
425
+ securityContext : {}
440
426
# capabilities:
441
427
# drop:
442
428
# - ALL
@@ -448,8 +434,7 @@ erc1155:
448
434
type : ClusterIP
449
435
port : 3000
450
436
451
- resources :
452
- {}
437
+ resources : {}
453
438
# We usually recommend not to specify default resources and to leave this as a conscious
454
439
# choice for the user. This also increases chances charts run on environments with little
455
440
# resources, such as Minikube. If you do want to specify resources, uncomment the following
@@ -511,8 +496,7 @@ erc20erc721:
511
496
podSecurityContext : {}
512
497
# fsGroup: 2000
513
498
514
- securityContext :
515
- {}
499
+ securityContext : {}
516
500
# capabilities:
517
501
# drop:
518
502
# - ALL
@@ -524,8 +508,7 @@ erc20erc721:
524
508
type : ClusterIP
525
509
port : 3000
526
510
527
- resources :
528
- {}
511
+ resources : {}
529
512
# We usually recommend not to specify default resources and to leave this as a conscious
530
513
# choice for the user. This also increases chances charts run on environments with little
531
514
# resources, such as Minikube. If you do want to specify resources, uncomment the following
@@ -559,8 +542,7 @@ ethconnect:
559
542
ingress :
560
543
enabled : false
561
544
className : " "
562
- annotations :
563
- {}
545
+ annotations : {}
564
546
# kubernetes.io/ingress.class: nginx
565
547
# kubernetes.io/tls-acme: "true"
566
548
hosts :
@@ -577,8 +559,7 @@ ethconnect:
577
559
podSecurityContext : {}
578
560
# fsGroup: 2000
579
561
580
- securityContext :
581
- {}
562
+ securityContext : {}
582
563
# capabilities:
583
564
# drop:
584
565
# - ALL
@@ -591,8 +572,7 @@ ethconnect:
591
572
pullPolicy : Always
592
573
tag : v3.2.7
593
574
594
- extraEnv :
595
- []
575
+ extraEnv : []
596
576
# - name: LOG_LEVEL
597
577
# value: DEBUG
598
578
@@ -604,8 +584,7 @@ ethconnect:
604
584
extraContainers : " "
605
585
extraVolumeClaimTemplates : " "
606
586
607
- resources :
608
- {}
587
+ resources : {}
609
588
# We usually recommend not to specify default resources and to leave this as a conscious
610
589
# choice for the user. This also increases chances charts run on environments with little
611
590
# resources, such as Minikube. If you do want to specify resources, uncomment the following
@@ -615,8 +594,8 @@ ethconnect:
615
594
# memory: 128Mi
616
595
# requests:
617
596
# cpu: 100m
618
- # requests:
619
- # cpu: 100m
597
+ # requests:
598
+ # cpu: 100m
620
599
# memory: 128Mi
621
600
622
601
nodeSelector : {}
@@ -657,8 +636,7 @@ sandbox:
657
636
ingress :
658
637
enabled : false
659
638
className : " "
660
- annotations :
661
- {}
639
+ annotations : {}
662
640
# kubernetes.io/ingress.class: nginx
663
641
# kubernetes.io/tls-acme: "true"
664
642
hosts :
@@ -683,4 +661,4 @@ evmconnect:
683
661
runAsUser : 1001
684
662
runAsGroup : 1001
685
663
fsGroup : 1001
686
- enabled : false
664
+ enabled : false
0 commit comments