Updated installation and components
[nonrtric/plt/ranpm.git] / install / helm / nrt-base-1 / charts / ves-mr / templates / app-service-ves-collector.yaml
diff --git a/install/helm/nrt-base-1/charts/ves-mr/templates/app-service-ves-collector.yaml b/install/helm/nrt-base-1/charts/ves-mr/templates/app-service-ves-collector.yaml
new file mode 100644 (file)
index 0000000..856532f
--- /dev/null
@@ -0,0 +1,19 @@
+apiVersion: v1
+kind: Service
+metadata:
+  name: ves-collector
+  namespace: nonrtric
+  labels:
+    run: ves-collector
+spec:
+  type: NodePort
+  ports:
+  - port: 8080
+    targetPort: 8080
+    name: http
+    nodePort: 31760
+  - port: 8443
+    name: https
+    nodePort: 31761
+  selector:
+    run: ves-collector