summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/charts/sdc-wfd
AgeCommit message (Collapse)AuthorFilesLines
2018-04-25Adding sdc-onboarding-be to OOMMandeep Khinda2-6/+4
-adding sdc-onboarding-be chart -sdc-cs and es are now in a cluster format -using the sdc provided ready probe script for readiness -increasing the initial delay as per sdc project team k8s specs -fixed logging bugs. logs for be, fe, onboard-be are now in /var/log/onap/sdc/blah -sdc-be readiness health check is failing which prevents sdb-be from becoming "ready". -the commit that changes the template is: Add cluster resiliance support (c033cdce906efc3b6ccd1d2f45544af47e328ed4) Issue-ID: OOM-1002 Change-Id: Ib231cb1e7daa287a41e04db95528edecbdbbf7bc Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-04-24Make all services independent of helm Release.NameBorislavG2-2/+3
Issue-ID: OOM-906 Change-Id: Ic65127d3981cb0a696c784392cab59fbf06b1e66 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-10Fixing sdc workflow image nameMandeep Khinda1-1/+1
Issue-ID: OOM-747 Change-Id: Ic7599a6cc700e00971a313891830682deaf99288 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-04-04Refactor OOM script of sdc-wfd.YuanHu6-0/+222
Refactor OOM script of sdc-wfd to align with the other sub-projects of sdc. Change license template to align with OOM. Remove '.Values.initImage' for its not be used. Choose a free number '30256' for the workflow designer's 'nodePort'. Issue-ID: SDC-1128 Change-Id: Ic5fedf86203ab96209df69c79e92daa88f728d44 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>