k3s/examples/glusterfs/glusterfs-endpoints.json

34 lines
441 B
JSON
Raw Normal View History

{
"kind": "Endpoints",
2015-06-09 23:06:14 +00:00
"apiVersion": "v1",
"metadata": {
"name": "glusterfs-cluster"
},
"subsets": [
{
"addresses": [
{
2015-09-15 14:46:39 +00:00
"ip": "10.240.106.152"
}
],
"ports": [
{
2015-06-09 23:06:14 +00:00
"port": 1
}
]
},
{
"addresses": [
{
2015-09-15 14:46:39 +00:00
"ip": "10.240.79.157"
}
],
"ports": [
{
2015-06-09 23:06:14 +00:00
"port": 1
}
]
}
]
}