aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/tests/vnfs/edgex/kubernetes/services/notifications-service.yaml
blob: 3245282b0b9510766f6ba74cc24d6d1ef22f3a78 (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-support-notifications
  name: edgex-support-notifications
spec:
  ports:
  - name: "48060"
    port: 48060
    targetPort: 48060
  selector:
    io.kompose.service: edgex-support-notifications
status:
  loadBalancer: {}