mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-13 14:14:21 -04:00
12 lines
155 B
JSON
12 lines
155 B
JSON
{
|
|
"kind": "Service",
|
|
"apiVersion": "v1",
|
|
"metadata": {
|
|
"name": "glusterfs-cluster"
|
|
},
|
|
"spec": {
|
|
"ports": [
|
|
{"port": 1}
|
|
]
|
|
}
|
|
}
|