X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fe2mgr%2Ftemplates%2Fservice.yaml;h=d2a2a80c5817dba82e8e46cf777f7d1f13d9e271;hb=7f1e409379856025977fc8a6ea04ddb215f21a13;hp=19d589689053e5509f534b0995bebe2b68d36046;hpb=fc4f466d6a05466097cdcfff1990e732c3b288b0;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/service.yaml b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/service.yaml index 19d58968..d2a2a80c 100644 --- a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/service.yaml +++ b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/service.yaml @@ -26,18 +26,18 @@ metadata: release: {{ .Release.Name }} heritage: {{ .Release.Service }} spec: - type: {{ .Values.service.type }} + type: {{ .Values.e2mgr.service.type }} ports: - - port: {{ .Values.service.http.port }} + - port: {{ .Values.e2mgr.service.http.port }} protocol: TCP - 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 }} + targetPort: {{ .Values.e2mgr.service.http.port }} + name: "{{ .Values.e2mgr.service.http.name }}" + {{ if (eq .Values.e2mgr.service.type "NodePort") }}nodePort: {{ .Values.e2mgr.service.http.extport }} {{ end }} + - port: {{ .Values.e2mgr.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 }} + targetPort: {{ .Values.e2mgr.service.nano.port }} + name: "{{ .Values.e2mgr.service.nano.name }}" + {{ if (eq .Values.e2mgr.service.type "NodePort") }}nodePort: {{ .Values.e2mgr.service.nano.extport }} {{ end }} selector: app: {{ include "common.namespace" . }}-{{ include "common.name" . }} release: {{ .Release.Name }}