mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy.git
synced 2026-03-20 03:40:49 +00:00
35 lines
874 B
YAML
35 lines
874 B
YAML
# uCentralGW (https://github.com/Telecominfraproject/wlan-cloud-ucentralgw/)
|
|
ucentralgw:
|
|
configProperties:
|
|
ucentral.kafka.enable: "true"
|
|
ucentral.kafka.brokerlist: kafka:9092
|
|
|
|
# uCentralSec (https://github.com/Telecominfraproject/wlan-cloud-ucentralsec)
|
|
ucentralsec:
|
|
configProperties:
|
|
ucentral.kafka.enable: "true"
|
|
ucentral.kafka.brokerlist: kafka:9092
|
|
|
|
# rttys (https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-rtty)
|
|
rttys:
|
|
enabled: true
|
|
config:
|
|
token: 96181c567b4d0d98c50f127230068fa8
|
|
|
|
# kafka (https://github.com/bitnami/charts/blob/master/bitnami/kafka/)
|
|
kafka:
|
|
enabled: true
|
|
|
|
fullnameOverride: kafka
|
|
|
|
image:
|
|
registry: docker.io
|
|
repository: bitnami/kafka
|
|
tag: 2.8.0-debian-10-r43
|
|
|
|
minBrokerId: 100
|
|
|
|
# uCentral UI (https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui/)
|
|
ucentralgwui:
|
|
enabled: true
|