X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fpolicymanagementservice%2Ftemplates%2Fservice.yaml;h=f7bde7cd4ed4474e6b9474dd9e3e6c87e2d17741;hb=0faae789812e0f84949d26c415e8cb2cce1d94d5;hp=211ffdfd9aa2ad74bb6f40e577fae0a137291db7;hpb=65cb60991d2db2d2a4fafed25ea6c25a2207eb77;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