Add VESPA alert port def 71/4071/1
authorLusheng Ji <lji@research.att.com>
Thu, 11 Jun 2020 14:31:16 +0000 (10:31 -0400)
committerLusheng Ji <lji@research.att.com>
Thu, 11 Jun 2020 14:31:26 +0000 (10:31 -0400)
Change-Id: If2e158f120d76c76ef57c3d07bb6f3ad606e975a
Signed-off-by: Lusheng Ji <lji@research.att.com>
ric-common/Common-Template/helm/ric-common/Chart.yaml
ric-common/Common-Template/helm/ric-common/templates/_vespamgr.tpl

index 2f71492..56ddffe 100644 (file)
@@ -18,4 +18,4 @@
 apiVersion: v1
 description: Common templates for inclusion in other charts
 name: ric-common
-version: 3.3.1
+version: 3.3.2
index eeee3b6..a1c443d 100644 (file)
   {{- 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 -}}