Add helm chart for nonrtric-gateway
[it/dep.git] / nonrtric / helm / policymanagementservice / templates / service.yaml
index 2358692..6d820e2 100644 (file)
@@ -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