aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2-services/components/dcae-kpi-ms/templates
AgeCommit message (Collapse)AuthorFilesLines
2023-05-26[DCAEGEN2] Create Authorization Policies for DCAEAndrewLamb1-0/+17
Add initial authorized serviceaccounts for each sub component service Issue-ID: OOM-3132 Change-Id: I984d5aef78836e066d800bf739619f556f9adbfe Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2022-03-23[DCAEGEN2] Remove Consul loader init containerJack Lucas1-19/+0
DCAE microservices no longer rely on Consul to store their configuration information. This change modifies the common DCAE microservice deployment template to eliminate the initContainer that loads configuration information into Consul. Issue-ID: DCAEGEN2-3059 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I4d9d547de020fe1987afab1c99cd033799ed7b36
2021-09-03[DCAEGEN2] Add Consul key delete jobJack Lucas1-0/+19
Add a job for each microservice that deletes the Consul key holding the microservice's configuration when the microservice is undeployed. (Fixes a bug in an earlier version that would loop indefinitely if Consul had been undeployed first.) Issue-ID: DCAEGEN2-2669 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I9172fc014b79d2cc07c0b1a1a187a28c63b1838a
2021-06-30[DCAEGEN2] Migrate KPI MS to Helmsumithra4-0/+80
DCAE Helm Transformation support Issue-ID: DCAEGEN2-2762 Signed-off-by: sumithra.s69@wipro.com Change-Id: Idbc15f15c87a3588a8b48b6c187537437986e63c Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>