summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/charts/sdc-wfd/templates/deployment.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-08-21SDC Workflow Designerpriyanshu1-52/+0
SDC Workflow Designer for OOM deployment via K8S Change-Id: I3b27e0d809c006b61e0947a8d8905862f00def23 Issue-ID: OOM-1312 Signed-off-by: priyanshua <pagarwal@amdocs.com>
2018-04-25Adding sdc-onboarding-be to OOMMandeep Khinda1-5/+3
-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-04Refactor OOM script of sdc-wfd.YuanHu1-0/+54
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>