mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-13 09:50:18 +00:00
34 lines
441 B
JSON
34 lines
441 B
JSON
{
|
|
"kind": "Endpoints",
|
|
"apiVersion": "v1",
|
|
"metadata": {
|
|
"name": "glusterfs-cluster"
|
|
},
|
|
"subsets": [
|
|
{
|
|
"addresses": [
|
|
{
|
|
"ip": "10.240.106.152"
|
|
}
|
|
],
|
|
"ports": [
|
|
{
|
|
"port": 1
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"addresses": [
|
|
{
|
|
"ip": "10.240.79.157"
|
|
}
|
|
],
|
|
"ports": [
|
|
{
|
|
"port": 1
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|