k3s/examples/volumes/glusterfs/glusterfs-service.json

13 lines
155 B
JSON
Raw Normal View History

2015-08-31 05:52:51 +00:00
{
"kind": "Service",
"apiVersion": "v1",
"metadata": {
"name": "glusterfs-cluster"
},
"spec": {
"ports": [
{"port": 1}
]
}
}