[contrib/network-storage/glusterfs] adds service for glusterfs endpoint (#1800)

This commit is contained in:
Pablo Moreno
2017-10-16 08:48:29 +01:00
committed by Matthew Mosesohn
parent 404caa111a
commit 5fb6b2eaf7
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"kind": "Service",
"apiVersion": "v1",
"metadata": {
"name": "glusterfs"
},
"spec": {
"ports": [
{"port": 1}
]
}
}