From fd801ad1198aa39df1eda5bf27cfa03da6e921ff Mon Sep 17 00:00:00 2001 From: Zhe Huang Date: Mon, 15 Apr 2019 19:56:40 +0000 Subject: [PATCH] Add a nodeport for RMR. This allow E2Term to talk to E2mgr using RMR. Change-Id: Ib711d3b7ba112922b2a5f118cc480c355dbfea29 Signed-off-by: Zhe Huang --- ricplt/e2mgr/charts/e2mgr/templates/service.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ricplt/e2mgr/charts/e2mgr/templates/service.yaml b/ricplt/e2mgr/charts/e2mgr/templates/service.yaml index 880e011d..19d58968 100644 --- a/ricplt/e2mgr/charts/e2mgr/templates/service.yaml +++ b/ricplt/e2mgr/charts/e2mgr/templates/service.yaml @@ -33,6 +33,11 @@ spec: targetPort: {{ .Values.service.http.port }} name: "{{ .Values.service.http.name }}" {{ if (eq .Values.service.type "NodePort") }}nodePort: {{ .Values.service.http.extport }} {{ end }} + - port: {{ .Values.service.nano.port }} + protocol: TCP + targetPort: {{ .Values.service.nano.port }} + name: "{{ .Values.service.nano.name }}" + {{ if (eq .Values.service.type "NodePort") }}nodePort: {{ .Values.service.nano.extport }} {{ end }} selector: app: {{ include "common.namespace" . }}-{{ include "common.name" . }} release: {{ .Release.Name }} -- 2.16.6