aboutsummaryrefslogtreecommitdiff
path: root/linkedin-burrow/burrow-service.yml
blob: 15eac06aac39fe0129d61c9e8ecd939d318447dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
kind: Service
apiVersion: v1
metadata:
  name: burrow
  namespace: kafka
spec:
  selector:
    app: burrow
  ports:
  - name: web
    protocol: TCP
    port: 80
  - name: api
    protocol: TCP
    port: 8000
  - name: prometheus
    protocol: TCP
    port: 8080