aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/tests/vnfs/edgex/kubernetes/services/consul-service.yaml
blob: 7b5c6ddce53308779983eb80d0f08d955060a429 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
apiVersion: v1
kind: Service
metadata:
  labels:
    io.kompose.service: edgex-core-consul
  name: edgex-core-consul
spec:
  ports:
  - name: "8400"
    port: 8400
    targetPort: 8400
  - name: "8500"
    port: 8500
    targetPort: 8500
  - name: "8600"
    port: 8600
    targetPort: 8600
  selector:
    io.kompose.service: edgex-core-consul
status:
  loadBalancer: {}