aboutsummaryrefslogtreecommitdiff
path: root/zookeeper/service.yml
blob: e11e791edcfa21fdaffe6d6042e421a2c029e924 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# the headless service is for PetSet DNS, this one is for clients
apiVersion: v1
kind: Service
metadata:
  name: zookeeper
  namespace: kafka
spec:
  ports:
  - port: 2181
    name: client
  selector:
    app: zk