X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=nonrtric%2Fhelm%2Frappcatalogueservice%2Ftemplates%2Fservice.yaml;h=2c056eb560f595da3a8c19c5bc0bb1097387aba4;hb=e691473b686c832d7f1e2158bd5364e14f6447b3;hp=2aae7d64f026de73da2dd26ab5c85d226d9bf33a;hpb=f38d71d35163d6b9c36f5b028324d152ccce5eb7;p=it%2Fdep.git diff --git a/nonrtric/helm/rappcatalogueservice/templates/service.yaml b/nonrtric/helm/rappcatalogueservice/templates/service.yaml index 2aae7d64..2c056eb5 100644 --- a/nonrtric/helm/rappcatalogueservice/templates/service.yaml +++ b/nonrtric/helm/rappcatalogueservice/templates/service.yaml @@ -30,15 +30,13 @@ spec: - name: {{ index .Values.rappcatalogueservice.service.httpName }} port: {{ .Values.rappcatalogueservice.service.internalPort1 }} targetPort: {{ .Values.rappcatalogueservice.service.targetPort1 }} - nodePort: {{ .Values.rappcatalogueservice.service.externalPort1 }} protocol: TCP {{- end }} - name: {{ index .Values.rappcatalogueservice.service.httpsName }} port: {{ .Values.rappcatalogueservice.service.internalPort2 }} targetPort: {{ .Values.rappcatalogueservice.service.targetPort2 }} - nodePort: {{ .Values.rappcatalogueservice.service.externalPort2 }} protocol: TCP selector: app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.rappcatalogueservice" . }} release: {{ .Release.Name }} - type: NodePort + type: ClusterIP