Add a nodeport for RMR. This allow E2Term to talk to E2mgr using RMR. 51/51/1
authorZhe Huang <zhehuang@research.att.com>
Mon, 15 Apr 2019 19:56:40 +0000 (19:56 +0000)
committerZhe Huang <zhehuang@research.att.com>
Mon, 15 Apr 2019 20:00:02 +0000 (20:00 +0000)
Change-Id: Ib711d3b7ba112922b2a5f118cc480c355dbfea29
Signed-off-by: Zhe Huang <zhehuang@research.att.com>
ricplt/e2mgr/charts/e2mgr/templates/service.yaml

index 880e011..19d5896 100644 (file)
@@ -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 }}