aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/vnfsdk/templates/service.yaml
AgeCommit message (Collapse)AuthorFilesLines
2023-02-28[VNFSDK] Make VNFSDK ServiceMesh readyAndreas Geissler1-24/+2
Disable TLS interface, add job sidecar cleanup and cleanup charts Fix the deployment.yaml Issue-ID: OOM-3095 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I88a9b01ecf5e4cbb247346b6b2da1c521199a2fb
2020-10-21[VNFSDK] change comment styleJakub Latusek1-0/+2
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: I4be8fb8cc9627bf9c338fcc76ee78247a86e9d6c Issue-ID: OOM-2562
2020-02-01[ONAP-wide] Replace .Release.Name with common.releaseKrzysztof Opasiak1-2/+2
ONAP is too big to be deployed using helm install so we need to use a custom helm plugin helm deploy. This script deloys onap component by component instead of deploying evrything at once. Unfortunately this script also modifies the helm release by appending component name to it. As a result of this behavior our objects are called for example: onap-mariadb-galera-mariadb-galera-0 instead of just being called onap-mariadb-galera-0. This patch simplifies this naming convention by replacing all direct usages of .Release.Name with common.release macro which strips the component specific part from the release name. Issue-ID: OOM-2275 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ia8cead50d305adb00eef666d0a1ace74479b5183
2019-07-15Use nodePortPrefix variable in VNFSDK service templatePawel Wieczorek1-1/+1
Issue-ID: VNFSDK-283 Change-Id: I3e84891ed2faaccb50c5d07f0ad620634a091c0d Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2018-05-03VNFSDK - use embedded DB, change image pathjasmineWen1-1/+1
Issue-ID: OOM-751 Change-Id: Ia5dd82279bc7bc83dc430843524bd2a3db7cf606 Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
2018-04-24Make all services independent of helm Release.NameBorislavG1-2/+2
Issue-ID: OOM-906 Change-Id: Ic65127d3981cb0a696c784392cab59fbf06b1e66 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-11Add Standardized Configuration to VNFSDKjasmineWen1-0/+38
Issue-ID: OOM-751 Change-Id: I3a9909d4bbb82b874baf9088109a1930a2bfb671 Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>