X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-common%2FCommon-Template%2Fhelm%2Fric-common%2Ftemplates%2F_vespamgr.tpl;h=a1c443dc84ae31a56247350f5b8957fe63faaf94;hb=7a8f974a3815cc8a17041dbba4154cd2c799ac4e;hp=eeee3b68a3b0f4f113c0e4b71f17da29db47857e;hpb=dc00cdf008775e2ac5dddb186d1eb81e80370b69;p=it%2Fdep.git diff --git a/ric-common/Common-Template/helm/ric-common/templates/_vespamgr.tpl b/ric-common/Common-Template/helm/ric-common/templates/_vespamgr.tpl index eeee3b68..a1c443dc 100644 --- a/ric-common/Common-Template/helm/ric-common/templates/_vespamgr.tpl +++ b/ric-common/Common-Template/helm/ric-common/templates/_vespamgr.tpl @@ -44,4 +44,10 @@ {{- printf "service-%s-http" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} +{{- define "common.servicename.vespamgr.alert" -}} + {{- $name := ( include "common.fullname.vespamgr" . ) -}} + {{- printf "service-%s-alert" $name | trunc 63 | trimSuffix "-" -}} +{{- end -}} + {{- define "common.serviceport.vespamgr.http" -}}8080{{- end -}} +{{- define "common.serviceport.vespamgr.alert" -}}9095{{- end -}}