10 lines
189 B
JSON
10 lines
189 B
JSON
{
|
|
"id": "zookeeper",
|
|
"kind": "Service",
|
|
"apiVersion": "v1beta1",
|
|
"port": 2181,
|
|
"containerPort": 2181,
|
|
"selector": { "name": "zookeeper" },
|
|
"labels": { "name": "zookeeper" }
|
|
}
|