From e6d8d93fa595277a8632fe33bb5735d303fd91ec Mon Sep 17 00:00:00 2001 From: ronit Date: Tue, 7 Apr 2020 09:24:00 +0300 Subject: [PATCH] support sctp e2term Change-Id: If02579930e9fe59ad0e8427771cac2d4b5505dc9 Signed-off-by: ronit --- ric-common/Common-Template/helm/ric-common/Chart.yaml | 2 +- ric-common/Common-Template/helm/ric-common/templates/_e2term.tpl | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ric-common/Common-Template/helm/ric-common/Chart.yaml b/ric-common/Common-Template/helm/ric-common/Chart.yaml index e2f199a2..e40385bd 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.1.0 +version: 3.1.1 diff --git a/ric-common/Common-Template/helm/ric-common/templates/_e2term.tpl b/ric-common/Common-Template/helm/ric-common/templates/_e2term.tpl index f83862e8..aad075ad 100644 --- a/ric-common/Common-Template/helm/ric-common/templates/_e2term.tpl +++ b/ric-common/Common-Template/helm/ric-common/templates/_e2term.tpl @@ -54,6 +54,10 @@ {{- $name := ( include "common.fullname.e2term" . ) -}} {{- printf "service-%s-rmr" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} +{{- define "common.servicename.e2term.sctp" -}} + {{- $name := ( include "common.fullname.e2term" . ) -}} + {{- printf "service-%s-sctp" $name | trunc 63 | trimSuffix "-" -}} +{{- end -}} {{- define "common.servicename.e2term.http" -}} {{- $name := ( include "common.fullname.e2term" . ) -}} @@ -65,7 +69,7 @@ {{- define "common.serviceport.e2term.rmr.data" -}}38000{{- end -}} {{- define "common.serviceport.e2term.rmr.route" -}}4561{{- end -}} {{- define "common.serviceport.e2term.http" -}}8080{{- end -}} -{{- define "common.serviceport.e2term.sctp" -}}5577{{- end -}} +{{- define "common.serviceport.e2term.sctp" -}}36422{{- end -}} {{- define "common.serviceaccountname.e2term" -}} -- 2.16.6