Updated installation and components
[nonrtric/plt/ranpm.git] / install / helm / nrt-base-1 / charts / ves-mr / templates / app-service-ves-collector.yaml
1 apiVersion: v1
2 kind: Service
3 metadata:
4   name: ves-collector
5   namespace: nonrtric
6   labels:
7     run: ves-collector
8 spec:
9   type: NodePort
10   ports:
11   - port: 8080
12     targetPort: 8080
13     name: http
14     nodePort: 31760
15   - port: 8443
16     name: https
17     nodePort: 31761
18   selector:
19     run: ves-collector