summaryrefslogtreecommitdiffstats
path: root/kubernetes/message-router/templates
AgeCommit message (Collapse)AuthorFilesLines
2017-08-25refactor helm files to use namespace prefixMandeep Khinda4-16/+16
-removed the full namespace from each template. better lets us reuse variables. -made secret end up in a configurable namespace -fixed some bugs where secrets were missing -updated createAll and delete to make use of namespace prefix removing the need for seds to replace the word onap. *** all containers at this point come up in my env. except for aai model loader which is failing cause its still at 1.0 and its trying to talk to a 1.1 sdc and it doesnt auth properly. *** Issue-ID:OOM-215 Change-Id: I15815a01469786a391e272fde4bdaa53ff48091c Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-08-25add helm parms to zookeeperMandeep Khinda1-2/+3
These were missing for some reason. Issue-ID:OOM-132 Change-Id: I263b45f6a20966b11b3ee71f70060b61c8296d98 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-08-23message-router K8S-Helm Parameterizationkerenj4-0/+242
changed message-router k8s deployment to support helm parameterization Issue-ID: OOM-52 Change-Id: I6a46293e4b38d7c7ed91a5642de6c169193f14d5 Signed-off-by: kerenj <keren.joseph@amdocs.com>