X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fves%2Ftemplates%2Fves-service.yaml;h=34769ea0621e6159b8145d56efb938da20d4b611;hb=cf28a83dfa8e7803391c76347f24081bbf91b63b;hp=c2e137c90f2eb939482b27f26a0c944aeabb7067;hpb=42649d65935eadc3cee27cce8f01b296ef0fb292;p=it%2Fdep.git diff --git a/ric-aux/80-Auxiliary-Functions/helm/ves/templates/ves-service.yaml b/ric-aux/80-Auxiliary-Functions/helm/ves/templates/ves-service.yaml index c2e137c9..34769ea0 100644 --- a/ric-aux/80-Auxiliary-Functions/helm/ves/templates/ves-service.yaml +++ b/ric-aux/80-Auxiliary-Functions/helm/ves/templates/ves-service.yaml @@ -29,15 +29,13 @@ spec: ports: - name: http protocol: TCP - port: {{ include "common.serviceport.ves.http.container" . }} - targetPort: {{ include "common.serviceport.ves.http.container" . }} - nodePort: {{ include "common.serviceport.ves.http" . }} + port: {{ include "common.serviceport.ves.http" . }} + targetPort: {{ include "common.serviceport.ves.http" . }} - name: https protocol: TCP - port: {{ include "common.serviceport.ves.https.container" . }} - targetPort: {{ include "common.serviceport.ves.https.container" . }} - nodePort: {{ include "common.serviceport.ves.https" . }} + port: {{ include "common.serviceport.ves.https" . }} + targetPort: {{ include "common.serviceport.ves.https" . }} selector: app: {{ include "common.namespace.aux" . }}-{{ include "common.name.ves" . }} release: {{ .Release.Name }} - type: NodePort \ No newline at end of file + type: ClusterIP