From eb4f1787fb6b8b79a847f6ba108c2eb6da4046db Mon Sep 17 00:00:00 2001 From: Dmitry Dunaev Date: Fri, 9 Jul 2021 17:28:16 +0300 Subject: [PATCH] [WIFI-2920] Chg: prepare chart for microservices --- chart/Chart.yaml | 3 +++ chart/values.yaml | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 7409127..ead4954 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -7,6 +7,9 @@ dependencies: - name: ucentralgw repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=master" version: 0.1.0 +- name: ucentralsec + repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=main" + version: 0.1.0 - name: ucentralgwui repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=main" version: 0.1.0 diff --git a/chart/values.yaml b/chart/values.yaml index a7cf2d7..ca94b67 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -4,6 +4,12 @@ ucentralgw: 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