Updated installation and components
[nonrtric/plt/ranpm.git] / install / helm / nrt-base-1 / charts / ves-mr / templates / app-service-zk-tunnel.yaml
diff --git a/install/helm/nrt-base-1/charts/ves-mr/templates/app-service-zk-tunnel.yaml b/install/helm/nrt-base-1/charts/ves-mr/templates/app-service-zk-tunnel.yaml
new file mode 100644 (file)
index 0000000..36cbe4c
--- /dev/null
@@ -0,0 +1,17 @@
+
+apiVersion: v1
+kind: Service
+metadata:
+  labels:
+    app: zoo-entrance
+  name: zoo-entrance
+  namespace: nonrtric
+spec:
+  ports:
+    - name: zoo
+      port: 2181
+      protocol: TCP
+      targetPort: 2181
+  selector:
+    app: zoo-entrance
+  type: ClusterIP