Skip to content

Instantly share code, notes, and snippets.

@rawlingsj
Created May 26, 2015 11:53
Show Gist options
  • Save rawlingsj/cdaddac415148fe550e3 to your computer and use it in GitHub Desktop.
Save rawlingsj/cdaddac415148fe550e3 to your computer and use it in GitHub Desktop.
hello-pod.json
{
"id": "hello-openshift",
"kind": "Pod",
"apiVersion":"v1beta2",
"labels": {
"name": "hello-openshift"
},
"desiredState": {
"manifest": {
"version": "v1beta1",
"id": "hello-openshift",
"containers": [{
"name": "hello-openshift",
"image": "openshift/hello-openshift:v0.4.4",
"ports": [{
"hostPort": 6061,
"containerPort": 8080
}]
}]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment