Skip to content

Instantly share code, notes, and snippets.

@sumanyu
Created November 24, 2014 18:04
Show Gist options
  • Save sumanyu/8da41f58454c652b39ad to your computer and use it in GitHub Desktop.
Save sumanyu/8da41f58454c652b39ad to your computer and use it in GitHub Desktop.
{
"id": "zk-pod",
"kind": "Pod",
"apiVersion": "v1beta1",
"desiredState": {
"manifest": {
"version": "v1beta1",
"id": "zk-pod",
"containers": [
{
"name": "zookeeper",
"image": "sumanyu/docker-zookeeper:3.4.6",
"ports": [{ "containerPort": 2181 }]
}
]
}
},
"labels": {
"name": "zk-pod"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment