First version of ThingsBoard IoT Platform - an Aether edge app

Change-Id: Ia94164fb6ec9b1f2a31668b0e419f05e72eac27c
diff --git a/apps/thingsboard-iot-platform/templates/configmap-tb-node-cache.yaml b/apps/thingsboard-iot-platform/templates/configmap-tb-node-cache.yaml
new file mode 100644
index 0000000..d9b6c50
--- /dev/null
+++ b/apps/thingsboard-iot-platform/templates/configmap-tb-node-cache.yaml
@@ -0,0 +1,18 @@
+{{- /*
+
+# Copyright 2020-present Open Networking Foundation
+#
+# SPDX-License-Identifier: Apache-2.0
+# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+
+*/ -}}
+
+apiVersion: v1
+kind: ConfigMap
+metadata:
+  name: tb-node-cache-config
+  labels:
+    name: tb-node-cache-config
+data:
+  CACHE_TYPE: redis
+  REDIS_HOST: tb-redis
\ No newline at end of file