ceph-csi/vendor/k8s.io/kubernetes/examples/volumes/glusterfs/glusterfs-endpoints.json

34 lines
441 B
JSON
Raw Normal View History

2018-01-09 18:57:14 +00:00
{
"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
}
]
}
]
}