You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
220 B
13 lines
220 B
7 years ago
|
# 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: zookeeper
|