X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fpolicymanagementservice%2Ftemplates%2Fservice.yaml;h=f7bde7cd4ed4474e6b9474dd9e3e6c87e2d17741;hb=7e09001c5b58dab96d014fe3f9c41f89b53f3cc3;hp=211ffdfd9aa2ad74bb6f40e577fae0a137291db7;hpb=250396e51a04a674636d14c8d9c59b7b10dc229d;p=it%2Fdep.git diff --git a/nonrtric/helm/policymanagementservice/templates/service.yaml b/nonrtric/helm/policymanagementservice/templates/service.yaml index 211ffdfd..f7bde7cd 100644 --- a/nonrtric/helm/policymanagementservice/templates/service.yaml +++ b/nonrtric/helm/policymanagementservice/templates/service.yaml @@ -26,11 +26,11 @@ metadata: heritage: {{ .Release.Service }} spec: ports: - - name: http + - name: {{ .Values.policymanagementservice.service.name }} protocol: TCP - port: {{ include "common.serviceport.policymanagementservice.http" . }} - targetPort: {{ include "common.serviceport.policymanagementservice.http" . }} + port: {{ .Values.policymanagementservice.service.internalPort }} + nodePort: {{ .Values.policymanagementservice.service.externalPort }} selector: - app: nonrtric-{{ include "common.name.policymanagementservice" . }} + app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.policymanagementservice" . }} release: {{ .Release.Name }} - type: ClusterIP + type: NodePort