XOS Core complete helm initial submission

Change-Id: I2fc7ae7d06f98c0c7578df7b21a21163b13dfca1
diff --git a/xos-core/templates/tosca-service.yaml b/xos-core/templates/tosca-service.yaml
new file mode 100644
index 0000000..5fdfbef
--- /dev/null
+++ b/xos-core/templates/tosca-service.yaml
@@ -0,0 +1,12 @@
+apiVersion: v1
+kind: Service
+metadata:
+  name: "xos-tosca"
+spec:
+  type: NodePort
+  ports:
+  - port: 9102
+    targetPort: 9102 
+    protocol: TCP
+  selector:
+    app: "xos-tosca"