Create RMR route listening services. Further integrating charts with common template.
[it/dep.git] / ric-common / Common-Template / helm / ric-common / templates / _ingressname.tpl
index 894ad05..f80063f 100644 (file)
@@ -46,3 +46,8 @@
   {{- $name := ( include "common.fullname.nexus" . ) -}}
   {{- printf "ingress-%s" $name | trunc 63 | trimSuffix "-" -}}
 {{- end -}}
+
+{{- define "common.ingressname.ves" -}}
+  {{- $name := ( include "common.fullname.ves" . ) -}}
+  {{- printf "ingress-%s" $name | trunc 63 | trimSuffix "-" -}}
+{{- end -}}