From: Zhe Huang Date: Thu, 11 Jun 2020 18:07:19 +0000 (+0000) Subject: Merge "Add VESPA alert port def" X-Git-Tag: f-release~95 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=32306af3af48c8a4b3d0e2fff1a10ae776823d9a;hp=dba4767d96bbb2db32efafc5b10458a75993f3e5;p=it%2Fdep.git Merge "Add VESPA alert port def" --- diff --git a/ric-common/Common-Template/helm/ric-common/Chart.yaml b/ric-common/Common-Template/helm/ric-common/Chart.yaml index 2f714924..56ddffe9 100644 --- a/ric-common/Common-Template/helm/ric-common/Chart.yaml +++ b/ric-common/Common-Template/helm/ric-common/Chart.yaml @@ -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 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 -}}