Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #408 from humblec/servicesandeps
Browse files Browse the repository at this point in the history
Adding services and endpoints sample files.
  • Loading branch information
Luis Pabón committed Jul 7, 2016
2 parents 8d2dde4 + 21cde46 commit a1722d0
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
35 changes: 35 additions & 0 deletions extras/openshift/endpoint/gluster-endpoint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"kind": "Endpoints",
"apiVersion": "v1",
"metadata": {
"name": "glusterfs-cluster"
},
"subsets": [
{
"addresses": [
{
"ip": "10.36.6.105"
}
],
"ports": [
{
"port": 1
}
]
},
{
"addresses": [
{
"ip": "10.36.6.105"
}
],
"ports": [
{
"port": 1
}
]
}
]
}


13 changes: 13 additions & 0 deletions extras/openshift/service/gluster-service.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"kind": "Service",
"apiVersion": "v1",
"metadata": {
"name": "glusterfs-cluster"
},
"spec": {
"ports": [
{"port": 1}
]
}
}

0 comments on commit a1722d0

Please sign in to comment.