First version of ThingsBoard IoT Platform - an Aether edge app

Change-Id: Ia94164fb6ec9b1f2a31668b0e419f05e72eac27c
diff --git a/apps/thingsboard-iot-platform/templates/service-kafka.yaml b/apps/thingsboard-iot-platform/templates/service-kafka.yaml
new file mode 100644
index 0000000..9f3f2d7
--- /dev/null
+++ b/apps/thingsboard-iot-platform/templates/service-kafka.yaml
@@ -0,0 +1,20 @@
+{{- /*
+
+# Copyright 2020-present Open Networking Foundation
+#
+# SPDX-License-Identifier: Apache-2.0
+# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+
+*/ -}}
+---
+apiVersion: v1
+kind: Service
+metadata:
+  name: tb-kafka
+spec:
+  type: ClusterIP
+  selector:
+    app: tb-kafka
+  ports:
+    - name: tb-kafka-port
+      port: {{ .Values.config.kafka.ports.outPort }}
\ No newline at end of file