Merge "Add VESPA alert port def"
authorZhe Huang <zhehuang@research.att.com>
Thu, 11 Jun 2020 18:07:19 +0000 (18:07 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Thu, 11 Jun 2020 18:07:19 +0000 (18:07 +0000)
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 -}}