X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ricplt%2Fe2mgr%2Fcharts%2Fe2mgr%2Ftemplates%2Fservice.yaml;fp=ricplt%2Fe2mgr%2Fcharts%2Fe2mgr%2Ftemplates%2Fservice.yaml;h=19d589689053e5509f534b0995bebe2b68d36046;hb=fd801ad1198aa39df1eda5bf27cfa03da6e921ff;hp=880e011d8fb4b6dd11b032ae4b8daa3482dc0206;hpb=fa652a6b52f72eccd4aa3da938bf0451fb9e0a96;p=it%2Fdep.git 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 }}