aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/tests/vnfs/edgex/kubernetes/services/device-bluetooth-service.yaml
blob: 48ffc9efbcd090643f4422ed81faafd37c4a6208 (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-device-bluetooth
  name: edgex-device-bluetooth
spec:
  ports:
  - name: "49988"
    port: 49988
    targetPort: 49988
  selector:
    io.kompose.service: edgex-device-bluetooth
status:
  loadBalancer: {}