summaryrefslogtreecommitdiffstats
path: root/kubernetes/msb/templates/msb-eag-deployment.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-11-01Merge "Remove hardcoded IP value"Mandeep Khinda1-1/+1
2017-10-31Remove hardcoded IP valueHuabingZhao1-1/+1
Issue-Id: OOM-355 Change-Id: Iafc3ec55cd6b954fb9ba818376948ebc7c4c4711 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-10-29Add option to disable specific deploymentsyuryn1-1/+2
Add option to disable any deployment by using conditions in helm templates. Each deployment will get helm parameter - boolean flag allowing to disable it. The flags can be listed in the custom values.yaml file that can be passed to the createAll script with '-v' command line option. Change-Id: I32b795de46c72915c2201c94c23f4e061971bb56 Issue-ID: OOM-380 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-09-11Use domain name instead of IP for consulHuabingZhao1-1/+1
Issue-Id: OOM-113 Change-Id: I41e6f72337a15c1d07b444b09171204d8eb378ec Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-09Add push secret for MSB docker imagesHuabingZhao1-1/+2
Issue-Id: OOM-113 Change-Id: I9bab3903c4334c0587071eff077f1745bbd4460b Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-02add namespaceHuabingZhao1-0/+1
Issue-ID: OOM-113 Change-Id: Ifaa978ed6156a661ae8312959fd4dc70a8029e32 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-02parameterize docker imageHuabingZhao1-2/+2
Issue-Id: OOM-113 Change-Id: I36641bbb2c973f3df9a9d1a24e7197c21552e61b Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-08-30parameterization replica numberHuabingZhao1-1/+1
Issue-Id: OOM-113 Change-Id: I483e6e9942a3cf7ffd486c8ac53e8f458baa0c21 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-08-29MSB external api gateway service k8s deploymentHuabingZhao1-0/+38
Issue-Id: OOM-113, MSB-26 Change-Id: If365e75c7ccf7de902f771ffdd2db3b1566b98b6 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>