3245282b0b9510766f6ba74cc24d6d1ef22f3a78
[multicloud/k8s.git] / vagrant / tests / edgex / services / notifications-service.yaml
1 apiVersion: v1
2 kind: Service
3 metadata:
4   labels:
5     io.kompose.service: edgex-support-notifications
6   name: edgex-support-notifications
7 spec:
8   ports:
9   - name: "48060"
10     port: 48060
11     targetPort: 48060
12   selector:
13     io.kompose.service: edgex-support-notifications
14 status:
15   loadBalancer: {}