Updated installation and components
[nonrtric/plt/ranpm.git] / install / helm / nrt-base-1 / charts / ves-mr / templates / app-networkpolicy-zk-tunnel.yaml
diff --git a/install/helm/nrt-base-1/charts/ves-mr/templates/app-networkpolicy-zk-tunnel.yaml b/install/helm/nrt-base-1/charts/ves-mr/templates/app-networkpolicy-zk-tunnel.yaml
new file mode 100644 (file)
index 0000000..d5ecf51
--- /dev/null
@@ -0,0 +1,21 @@
+
+apiVersion: networking.k8s.io/v1
+kind: NetworkPolicy
+metadata:
+  labels:
+    app: zoo-entrance
+  name: zoo-entrance
+spec:
+  ingress:
+  - from:
+    - podSelector:
+        matchLabels:
+          app: zoo-entrance
+    ports:
+    - port: 2181
+      protocol: TCP
+  podSelector:
+    matchLabels:
+      strimzi.io/name: kafka-1-zookeeper
+  policyTypes:
+  - Ingress
\ No newline at end of file