mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-14 02:10:21 +00:00
21 lines
266 B
JSON
21 lines
266 B
JSON
{
|
|
"kind": "Service",
|
|
"apiVersion": "v1",
|
|
"metadata": {
|
|
"name": "zookeeper",
|
|
"labels": {
|
|
"name": "zookeeper"
|
|
}
|
|
},
|
|
"spec": {
|
|
"ports": [
|
|
{
|
|
"port": 2181
|
|
}
|
|
],
|
|
"selector": {
|
|
"name": "zookeeper"
|
|
}
|
|
}
|
|
}
|