Skip to content

Instantly share code, notes, and snippets.

@rawlingsj
Created May 26, 2015 11:54
Show Gist options
  • Save rawlingsj/b0ebbda57742af02e701 to your computer and use it in GitHub Desktop.
Save rawlingsj/b0ebbda57742af02e701 to your computer and use it in GitHub Desktop.
hello-service.json
{
"apiVersion": "v1beta3",
"kind": "Service",
"metadata": {
"name": "hello-openshift"
},
"spec": {
"ports": [
{
"name": "hello-openshift",
"port": 8080,
"targetPort": 8080
}
],
"selector": {
"name": "hello-openshift"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment