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