Commit ce1484dc authored by Chao Xu's avatar Chao Xu

update examples/glusterfs to v1

parent 3e7bcd1e
...@@ -19,8 +19,7 @@ Here is a snippet of [glusterfs-endpoints.json](glusterfs-endpoints.json), ...@@ -19,8 +19,7 @@ Here is a snippet of [glusterfs-endpoints.json](glusterfs-endpoints.json),
], ],
"ports": [ "ports": [
{ {
"port": 1, "port": 1
"protocol": "TCP"
} }
] ]
......
{ {
"kind": "Endpoints", "kind": "Endpoints",
"apiVersion": "v1beta3", "apiVersion": "v1",
"metadata": { "metadata": {
"name": "glusterfs-cluster" "name": "glusterfs-cluster"
}, },
...@@ -13,8 +13,7 @@ ...@@ -13,8 +13,7 @@
], ],
"ports": [ "ports": [
{ {
"port": 1, "port": 1
"protocol": "TCP"
} }
] ]
}, },
...@@ -26,8 +25,7 @@ ...@@ -26,8 +25,7 @@
], ],
"ports": [ "ports": [
{ {
"port": 1, "port": 1
"protocol": "TCP"
} }
] ]
} }
......
{ {
"apiVersion": "v1beta3", "apiVersion": "v1",
"id": "glusterfs", "id": "glusterfs",
"kind": "Pod", "kind": "Pod",
"metadata": { "metadata": {
......
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