Updated installation and components
[nonrtric/plt/ranpm.git] / install / helm / nrt-base-1 / charts / ves-mr / templates / app-networkpolicy-zk-tunnel.yaml
1
2 apiVersion: networking.k8s.io/v1
3 kind: NetworkPolicy
4 metadata:
5   labels:
6     app: zoo-entrance
7   name: zoo-entrance
8 spec:
9   ingress:
10   - from:
11     - podSelector:
12         matchLabels:
13           app: zoo-entrance
14     ports:
15     - port: 2181
16       protocol: TCP
17   podSelector:
18     matchLabels:
19       strimzi.io/name: kafka-1-zookeeper
20   policyTypes:
21   - Ingress