Add a nodeport for RMR. This allow E2Term to talk to E2mgr using RMR.
[it/dep.git] / 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 }}