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