Updated installation and components
[nonrtric/plt/ranpm.git] / install / helm / nrt-base-1 / charts / ves-mr / templates / app-service-zk-tunnel.yaml
1
2 apiVersion: v1
3 kind: Service
4 metadata:
5   labels:
6     app: zoo-entrance
7   name: zoo-entrance
8   namespace: nonrtric
9 spec:
10   ports:
11     - name: zoo
12       port: 2181
13       protocol: TCP
14       targetPort: 2181
15   selector:
16     app: zoo-entrance
17   type: ClusterIP