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=cc66510faf6678ec1e218be92c963e48f8475446;hb=e0ab3ca89c2850f26ce7e3bbccb891d750f1491b;hp=718cd412510769a6f8658bdd69f62f89f9c662b8;hpb=979b5c13af5d38abc3826d82db651080715c69d4;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 718cd412..cc66510f 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 @@ -30,14 +30,14 @@ spec: ports: - name: xport-t-8080 protocol: TCP - port: 8080 - targetPort: 8080 - nodePort: 30235 + port: {{ include "common.serviceport.ves.http.container" . }} + targetPort: {{ include "common.serviceport.ves.http.container" . }} + nodePort: {{ include "common.serviceport.ves.http" . }} - name: xport-t-8443 protocol: TCP - port: 8443 - targetPort: 8443 - nodePort: 30417 + port: {{ include "common.serviceport.ves.https.container" . }} + targetPort: {{ include "common.serviceport.ves.https.container" . }} + nodePort: {{ include "common.serviceport.ves.https" . }} selector: app: dcae-ves-collector type: NodePort