Merge pull request #9528 from caesarxuchao/glusterfs-examples-v1
update examples/glusterfs to v1
This commit is contained in:
commit
8e90fea7de
|
@ -19,8 +19,7 @@ Here is a snippet of [glusterfs-endpoints.json](glusterfs-endpoints.json),
|
||||||
],
|
],
|
||||||
"ports": [
|
"ports": [
|
||||||
{
|
{
|
||||||
"port": 1,
|
"port": 1
|
||||||
"protocol": "TCP"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"kind": "Endpoints",
|
"kind": "Endpoints",
|
||||||
"apiVersion": "v1beta3",
|
"apiVersion": "v1",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "glusterfs-cluster"
|
"name": "glusterfs-cluster"
|
||||||
},
|
},
|
||||||
|
@ -13,8 +13,7 @@
|
||||||
],
|
],
|
||||||
"ports": [
|
"ports": [
|
||||||
{
|
{
|
||||||
"port": 1,
|
"port": 1
|
||||||
"protocol": "TCP"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -26,8 +25,7 @@
|
||||||
],
|
],
|
||||||
"ports": [
|
"ports": [
|
||||||
{
|
{
|
||||||
"port": 1,
|
"port": 1
|
||||||
"protocol": "TCP"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"apiVersion": "v1beta3",
|
"apiVersion": "v1",
|
||||||
"id": "glusterfs",
|
"id": "glusterfs",
|
||||||
"kind": "Pod",
|
"kind": "Pod",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
|
@ -29,4 +29,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue