Using common template port numbers
[it/dep.git] / ric-aux / 80-Auxiliary-Functions / helm / ves / templates / ves-service.yaml
index 718cd41..cc66510 100644 (file)
@@ -30,14 +30,14 @@ spec:
   ports:\r
   - name: xport-t-8080\r
     protocol: TCP\r
-    port: 8080\r
-    targetPort: 8080\r
-    nodePort: 30235\r
+    port: {{ include "common.serviceport.ves.http.container" . }}\r
+    targetPort: {{ include "common.serviceport.ves.http.container" . }}\r
+    nodePort: {{ include "common.serviceport.ves.http" . }}\r
   - name: xport-t-8443\r
     protocol: TCP\r
-    port: 8443\r
-    targetPort: 8443\r
-    nodePort: 30417\r
+    port: {{ include "common.serviceport.ves.https.container" . }}\r
+    targetPort: {{ include "common.serviceport.ves.https.container" . }}\r
+    nodePort: {{ include "common.serviceport.ves.https" . }}\r
   selector:\r
     app: dcae-ves-collector\r
   type: NodePort\r