summaryrefslogtreecommitdiffstats
path: root/kubernetes/msb/templates/msb-iag-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-19Fix API gateway image issueHuabingZhao1-1/+1
Issue-Id: OOM-113 Change-Id: I669e5e7f0298fc80ab472cd874e6384b24e72c7d Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
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-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 interal api gateway service k8s deploymentHuabingZhao1-0/+38
Issue-Id: OOM-13, MSB-25 Change-Id: I84dce66bd94231f35c9480371557e7c62e6a8369 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>