XOS Core complete helm initial submission

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