Commit 60b6519b authored by Abhi Shah's avatar Abhi Shah

Merge pull request #9528 from caesarxuchao/glusterfs-examples-v1

update examples/glusterfs to v1
parents fa7a2c75 ce1484dc
......@@ -19,8 +19,7 @@ Here is a snippet of [glusterfs-endpoints.json](glusterfs-endpoints.json),
],
"ports": [
{
"port": 1,
"protocol": "TCP"
"port": 1
}
]
......
{
"kind": "Endpoints",
"apiVersion": "v1beta3",
"apiVersion": "v1",
"metadata": {
"name": "glusterfs-cluster"
},
......@@ -13,8 +13,7 @@
],
"ports": [
{
"port": 1,
"protocol": "TCP"
"port": 1
}
]
},
......@@ -26,8 +25,7 @@
],
"ports": [
{
"port": 1,
"protocol": "TCP"
"port": 1
}
]
}
......
{
"apiVersion": "v1beta3",
"apiVersion": "v1",
"id": "glusterfs",
"kind": "Pod",
"metadata": {
......@@ -29,4 +29,4 @@
}
]
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment