generated from edgexfoundry-holding/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 7
/
values.yaml
668 lines (654 loc) · 16.8 KB
/
values.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
# Copyright (C) 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
# Default values for Edgex.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
imagePullSecrets: []
# supply a list of secret names (in the current namespace) of type docker-registry
expose:
type:
# Option value: ClusterIP/NodePort/LoadBalancer
core:
command: ClusterIP
data: ClusterIP
metadata: ClusterIP
support:
notifications: ClusterIP
scheduler: ClusterIP
appservice:
rules: ClusterIP
mqttexport: ClusterIP
httpexport: ClusterIP
appsample: ClusterIP
apprecordreplay: ClusterIP
metricsinfluxdb: ClusterIP
rfidllrpinventory: ClusterIP
externalmqtttrigger: ClusterIP
device:
virtual: ClusterIP
rest: ClusterIP
usbcamera: ClusterIP
onvifcamera: ClusterIP
mqtt: ClusterIP
modbus: ClusterIP
bacnet: ClusterIP
coap: ClusterIP
snmp: ClusterIP
rfidllrp: ClusterIP
gpio: ClusterIP
ui: NodePort
system: ClusterIP
consul: NodePort
redis: ClusterIP
ekuiper: ClusterIP
modbussimulator: ClusterIP
mqttbroker: ClusterIP
natsserver: ClusterIP
bootstrapper: ClusterIP
vault: ClusterIP
# edgex defines a set of configuration properties for application-level concerns
edgex:
# app defines a single point in naming/referring to an application. For each application, the value
# define its label name, resource name or base of the resource name, and service name.
app:
core:
common_config: edgex-core-common-config-bootstrapper
command: edgex-core-command
data: edgex-core-data
metadata: edgex-core-metadata
support:
notifications: edgex-support-notifications
scheduler: edgex-support-scheduler
appservice:
rules: edgex-app-rules-engine
mqttexport: edgex-app-mqtt-export
httpexport: edgex-app-http-export
appsample: edgex-app-sample
apprecordreplay: edgex-app-record-replay
metricsinfluxdb: edgex-app-metrics-influxdb
rfidllrpinventory: edgex-app-rfid-llrp-inventory
externalmqtttrigger: edgex-app-external-mqtt-trigger
device:
virtual: edgex-device-virtual
rest: edgex-device-rest
onvifcamera: edgex-device-onvif-camera
usbcamera: edgex-device-usb-camera
mqtt: edgex-device-mqtt
modbus: edgex-device-modbus
bacnet: edgex-device-bacnet
coap: edgex-device-coap
snmp: edgex-device-snmp
rfidllrp: edgex-device-rfid-llrp
gpio: edgex-device-gpio
ui: edgex-ui
consul: edgex-core-consul
redis: edgex-redis
ekuiper: edgex-kuiper
vault: edgex-vault
bootstrapper: edgex-security-bootstrapper
secretstoresetup: edgex-security-secretstore-setup
modbussimulator: edgex-modbus-simulator
mqttbroker: edgex-mqtt-broker
natsserver: edgex-nats-server
# image defines configuration properties for docker-image-level concerns
image:
core:
common_config:
repository: edgexfoundry/core-common-config-bootstrapper
tag: "3.1.0"
pullPolicy: IfNotPresent
command:
repository: edgexfoundry/core-command
tag: "3.1.0"
pullPolicy: IfNotPresent
data:
repository: edgexfoundry/core-data
tag: "3.1.0"
pullPolicy: IfNotPresent
metadata:
repository: edgexfoundry/core-metadata
tag: "3.1.0"
pullPolicy: IfNotPresent
support:
notifications:
repository: edgexfoundry/support-notifications
tag: "3.1.0"
pullPolicy: IfNotPresent
scheduler:
repository: edgexfoundry/support-scheduler
tag: "3.1.0"
pullPolicy: IfNotPresent
appservice:
rules:
repository: edgexfoundry/app-service-configurable
tag: "3.1.0"
pullPolicy: IfNotPresent
appsample:
repository: edgexfoundry/app-service-configurable
tag: "3.1.0"
pullPolicy: IfNotPresent
apprecordreplay:
repository: edgexfoundry/app-record-replay
tag: "3.1.0"
pullPolicy: IfNotPresent
metricsinfluxdb:
repository: edgexfoundry/app-service-configurable
tag: "3.1.0"
pullPolicy: IfNotPresent
rfidllrpinventory:
repository: edgexfoundry/app-rfid-llrp-inventory
tag: "3.1.0"
pullPolicy: IfNotPresent
mqttexport:
repository: edgexfoundry/app-service-configurable
tag: "3.1.0"
pullPolicy: IfNotPresent
httpexport:
repository: edgexfoundry/app-service-configurable
tag: "3.1.0"
pullPolicy: IfNotPresent
externalmqtttrigger:
repository: edgexfoundry/app-service-configurable
tag: "3.1.0"
pullPolicy: IfNotPresent
device:
virtual:
repository: edgexfoundry/device-virtual
tag: "3.1.0"
pullPolicy: IfNotPresent
rest:
repository: edgexfoundry/device-rest
tag: "3.1.0"
pullPolicy: IfNotPresent
onvifcamera:
repository: edgexfoundry/device-onvif-camera
tag: "3.1.0"
pullPolicy: IfNotPresent
usbcamera:
repository: edgexfoundry/device-usb-camera
tag: "3.1.0"
pullPolicy: IfNotPresent
mqtt:
repository: edgexfoundry/device-mqtt
tag: "3.1.0"
pullPolicy: IfNotPresent
modbus:
repository: edgexfoundry/device-modbus
tag: "3.1.0"
pullPolicy: IfNotPresent
bacnet:
repository: edgexfoundry/device-bacnet
tag: "3.1.0"
pullPolicy: IfNotPresent
coap:
repository: edgexfoundry/device-coap
tag: "3.1.0"
pullPolicy: IfNotPresent
snmp:
repository: edgexfoundry/device-snmp
tag: "3.1.0"
pullPolicy: IfNotPresent
rfidllrp:
repository: edgexfoundry/device-rfid-llrp
tag: "3.1.0"
pullPolicy: IfNotPresent
gpio:
repository: edgexfoundry/device-gpio
tag: "3.1.0"
pullPolicy: IfNotPresent
ui:
repository: edgexfoundry/edgex-ui
tag: "3.1.0"
pullPolicy: IfNotPresent
consul:
repository: hashicorp/consul
tag: "1.16.2"
pullPolicy: IfNotPresent
redis:
repository: redis
tag: "7.0.14-alpine"
pullPolicy: IfNotPresent
ekuiper:
repository: lfedge/ekuiper
tag: "1.11.4-alpine"
pullPolicy: IfNotPresent
vault:
repository: hashicorp/vault
tag: "1.14.5"
pullPolicy: IfNotPresent
bootstrapper:
repository: edgexfoundry/security-bootstrapper
tag: "3.1.0"
pullPolicy: IfNotPresent
proxysetup:
repository: edgexfoundry/security-proxy-setup
tag: "3.1.0"
pullPolicy: IfNotPresent
secretstoresetup:
repository: edgexfoundry/security-secretstore-setup
tag: "3.1.0"
pullPolicy: IfNotPresent
modbussimulator:
repository: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-modbus-simulator
tag: "latest"
pullPolicy: IfNotPresent
mqttbroker:
repository: eclipse-mosquitto
tag: "2.0.18"
pullPolicy: IfNotPresent
natsserver:
repository: nats
tag: "2.9.23-alpine"
pullPolicy: IfNotPresent
# port defines configuration properties for container, target and host ports
port:
core:
data: 59880
metadata: 59881
command: 59882
support:
notifications: 59860
scheduler: 59861
appservice:
rules: 59701
mqttexport: 59703
httpexport: 59704
appsample: 59700
apprecordreplay: 59712
metricsinfluxdb: 59707
rfidllrpinventory: 59711
externalmqtttrigger: 59706
device:
virtual: 59900
rest: 59986
usbcamera: 59983
onvifcamera: 59984
bacnet: 59980
coap: 59988
mqtt: 59982
modbus: 59901
snmp: 59993
rfidllrp: 59989
gpio: 59994
system: 58890
ui: 4000
consul: 8500
redis: 6379
ekuiper: 59720
modbussimulator: 1502
mqttbroker: 1883
natsserver: 4222
vault: 8200
# ports used by security bootstrapping for stage gating edgex init
bootstrap:
port:
start: 54321
readytorun: 54329
secretstoretokensready: 54322
databaseready: 54323
registryready: 54324
kongdbready: 54325
# Duplicate default IP binding choice of docker-compose
hostPortInternalBind: 127.0.0.1
hostPortExternalBind: 0.0.0.0
# replicas defines the number of replicas in a Deployment for the respective application
replicas:
core:
common_config: 1
command: 1
data: 1
metadata: 1
support:
notifications: 1
scheduler: 1
appservice:
rules: 1
mqttexport: 0
httpexport: 0
appsample: 0
apprecordreplay: 0
metricsinfluxdb: 0
rfidllrpinventory: 0
externalmqtttrigger: 0
device:
virtual: 1
rest: 1
usbcamera: 0
onvifcamera: 0
mqtt: 0
modbus: 0
bacnet: 0
coap: 0
snmp: 0
rfidllrp: 0
gpio: 0
ui: 1
system: 1
consul: 1
redis: 1
ekuiper: 1
modbussimulator: 0
mqttbroker: 0
natsserver: 0
# UID/GID for container user
security:
enabled: false
runAsUser: 2002
runAsGroup: 2001
tlsHost: edgex
addConsulRoles: "app-external-mqtt-trigger,app-http-export,app-metrics-influxdb,app-mqtt-export,app-rfid-llrp-inventory,app-sample,device-bacnet-ip,device-coap,device-gpio,device-modbus,device-mqtt,device-onvif-camera,device-rfid-llrp,device-snmp,device-usb-camera"
addServiceTokens: "app-external-mqtt-trigger,app-http-export,app-metrics-influxdb,app-mqtt-export,app-rfid-llrp-inventory,app-sample,device-bacnet-ip,device-coap,device-gpio,device-modbus,device-mqtt,device-onvif-camera,device-rest,device-rfid-llrp,device-snmp,device-usb-camera,device-virtual"
addKnownSecrets: "redisdb[app-external-mqtt-trigger;app-http-export;app-metrics-influxdb;app-mqtt-export;app-rfid-llrp-inventory;app-sample;device-bacnet-ip;device-coap;device-gpio;device-modbus;device-mqtt;device-onvif-camera;device-rest;device-rfid-llrp;device-snmp;device-usb-camera;device-virtual],message-bus[app-external-mqtt-trigger;app-http-export;app-metrics-influxdb;app-mqtt-export;app-rfid-llrp-inventory;app-sample;device-bacnet-ip;device-coap;device-gpio;device-modbus;device-mqtt;device-onvif-camera;device-rest;device-rfid-llrp;device-snmp;device-usb-camera;device-virtual]"
# resources defines the cpu and memory limits and requests for the respective application
resources:
core:
common_config:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
command:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
data:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
metadata:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
support:
notifications:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
scheduler:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
appservice:
rules:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
mqttexport:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
httpexport:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
appsample:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
apprecordreplay:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
metricsinfluxdb:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
rfidllrpinventory:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
externalmqtttrigger:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
device:
virtual:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
rest:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
usbcamera:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
onvifcamera:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
mqtt:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
modbus:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
bacnet:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
coap:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
snmp:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
rfidllrp:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
gpio:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
ui:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
system:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
consul:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
redis:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
ekuiper:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
vault:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
bootstrapper:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
secretstoresetup:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
modbussimulator:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
mqttbroker:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
natsserver:
enforceLimits: false
limits:
cpu: 1
memory: 512Mi
requests:
cpu: 0.5
memory: 256Mi
storage:
useHostPath: true
# nonSharedVolumesClassName used for services that does not share a storage volume with other services.
nonSharedVolumesClassName: "rook-ceph-block"
nonSharedVolumesAccessMode: "ReadWriteOnce"
# sharedVolumesClassName used for services that share a storage volume
sharedVolumesClassName: "rook-cephfs"
# If this value is set to "ReadWriteOnce" it will trigger pod affinity rules.
sharedVolumesAccessMode: "ReadWriteMany"
features:
# Available messagebus options: redis|mqtt|nats
messagebusbackend: redis
# MQTT broker address
mqttBrokerAddress: ""
# Writable pipeline functions HTTP export parameter URL
httpExportURL: ""
enableHostPort: false