summaryrefslogtreecommitdiffstats
path: root/kubernetes/vid/values.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-08-25fix vid mariadb image for 1.1Mandeep Khinda1-1/+1
The 1.1 vm version has this image tag instead of the original one. Issue-ID:OOM-152 Change-Id: I74fb1a7bff4b9ea74797ab6772092e872067b183 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-08-25refactor helm files to use namespace prefixMandeep Khinda1-1/+1
-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-24VID K8S-Helm Parameterizationkerenj1-0/+6
changed VID k8s deployment to support helm parameterization Issue-ID: OOM-52 Change-Id: Ide19bfaa611dfbff8080bd755b6dc820d3691894 y Signed-off-by: kerenj <keren.joseph@amdocs.com>