Removed xapp kong; remove nexus; created xapp services; other changes to allow cross...
[it/dep.git] / ric-aux / 80-Auxiliary-Functions / helm / ves / templates / ves-service.yaml
index c2e137c..34769ea 100644 (file)
@@ -29,15 +29,13 @@ spec:
   ports:\r
   - name: http\r
     protocol: TCP\r
-    port: {{ include "common.serviceport.ves.http.container" . }}\r
-    targetPort: {{ include "common.serviceport.ves.http.container" . }}\r
-    nodePort: {{ include "common.serviceport.ves.http" . }}\r
+    port: {{ include "common.serviceport.ves.http" . }}\r
+    targetPort: {{ include "common.serviceport.ves.http" . }}\r
   - name: https\r
     protocol: TCP\r
-    port: {{ include "common.serviceport.ves.https.container" . }}\r
-    targetPort: {{ include "common.serviceport.ves.https.container" . }}\r
-    nodePort: {{ include "common.serviceport.ves.https" . }}\r
+    port: {{ include "common.serviceport.ves.https" . }}\r
+    targetPort: {{ include "common.serviceport.ves.https" . }}\r
   selector:\r
     app: {{ include "common.namespace.aux" . }}-{{ include "common.name.ves" . }}\r
     release: {{ .Release.Name }}\r
-  type: NodePort
\ No newline at end of file
+  type: ClusterIP\r