mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
[contrib/network-storage/glusterfs] adds service for glusterfs endpoint (#1800)
This commit is contained in:
committed by
Matthew Mosesohn
parent
404caa111a
commit
5fb6b2eaf7
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"kind": "Service",
|
||||
"apiVersion": "v1",
|
||||
"metadata": {
|
||||
"name": "glusterfs"
|
||||
},
|
||||
"spec": {
|
||||
"ports": [
|
||||
{"port": 1}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user