support sctp e2term
Change-Id: If02579930e9fe59ad0e8427771cac2d4b5505dc9
Signed-off-by: ronit <ronit.shechter@intl.att.com>
diff --git a/ric-common/Common-Template/helm/ric-common/Chart.yaml b/ric-common/Common-Template/helm/ric-common/Chart.yaml
index e2f199a..e40385b 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 f83862e..aad075a 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" -}}