Merge "Verify helm charts with client lint and template"
[it/dep.git] / ric-common / Common-Template / helm / ric-common / templates / _servicename.tpl
index 8af2a97..4d82848 100644 (file)
   {{- printf "service-%s-http" $name | trunc 63 | trimSuffix "-" -}}
 {{- end -}}
 
+{{- define "common.servicename.ves.http" -}}
+  {{- $name := ( include "common.fullname.ves" . ) -}}
+  {{- printf "service-%s-http" $name | trunc 63 | trimSuffix "-" -}}
+{{- end -}}
+
 
 ###################### TCP Service ##################################