aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/tests/vnfs/edgex/kubernetes/services/export-client-service.yaml
blob: 709953cd7c588d953789d50ccbf0ebd7174561f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
apiVersion: v1
kind: Service
metadata:
  labels:
    io.kompose.service: edgex-export-client
  name:  edgex-export-client
spec:
  ports:
  - name: "48071"
    port: 48071
    targetPort: 48071
  selector:
    io.kompose.service: edgex-export-client
status:
  loadBalancer: {}