X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fcommon%2Ftemplates%2F_servicename.tpl;fp=ric-platform%2F50-RIC-Platform%2Fhelm%2Fcommon%2Ftemplates%2F_servicename.tpl;h=20e381af8d442db713dfe685ca5c092a3debb943;hb=4af2ac38d2fb26d5efd0887b2eff9f90314b4c0c;hp=f6ed74fb77879674b4e675ef3777e549f1137e4a;hpb=a397399c6ae05e03a4fe112ed1b29ecd311c264f;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/common/templates/_servicename.tpl b/ric-platform/50-RIC-Platform/helm/common/templates/_servicename.tpl index f6ed74fb..20e381af 100644 --- a/ric-platform/50-RIC-Platform/helm/common/templates/_servicename.tpl +++ b/ric-platform/50-RIC-Platform/helm/common/templates/_servicename.tpl @@ -29,30 +29,34 @@ {{- define "common.servicename.appmgr" -}} - {{- $name := ( include "common.name.appmgr" . ) -}} + {{- $name := ( include "common.fullname.appmgr" . ) -}} {{- printf "service-%s" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} {{- define "common.servicename.dbaas" -}} - {{- $name := ( include "common.name.dbaas" . ) -}} + {{- $name := ( include "common.fullname.dbaas" . ) -}} {{- printf "service-%s" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} {{- define "common.servicename.e2mgr" -}} - {{- $name := ( include "common.name.e2mgr" . ) -}} + {{- $name := ( include "common.fullname.e2mgr" . ) -}} {{- printf "service-%s" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} {{- define "common.servicename.e2term" -}} - {{- $name := ( include "common.name.e2term" . ) -}} + {{- $name := ( include "common.fullname.e2term" . ) -}} {{- printf "service-%s" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} {{- define "common.servicename.rtmgr" -}} - {{- $name := ( include "common.name.rtmgr" . ) -}} + {{- $name := ( include "common.fullname.rtmgr" . ) -}} {{- printf "service-%s" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} +{{- define "common.servicename.a1mediator" -}} + {{- $name := ( include "common.fullname.a1mediator" . ) -}} + {{- printf "service-%s" $name | trunc 63 | trimSuffix "-" -}} +{{- end -}}